We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab95af6 commit 9cb3730Copy full SHA for 9cb3730
1 file changed
src/utils/query/paraWallet.ts
@@ -17,7 +17,7 @@ const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
17
18
const APP_NAME = 'ENS'
19
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA
20
-const PARA_API_KEY = prodParaApiKey || 'de88c0d78a98dd9a3b11897893997b06'
+const PARA_API_KEY = prodParaApiKey || 'de88c0d78a98dd9a3b11897893997b06' // NOSONAR
21
22
const paraConstructorOpts: ConstructorOpts = {
23
// Passkey Portal Branding
0 commit comments