Skip to content

Commit 3891eb7

Browse files
replace beta api key
1 parent fdd3034 commit 3891eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/query/paraWallet.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
1717

1818
const APP_NAME = 'ENS'
1919
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA
20-
const PARA_API_KEY = prodParaApiKey || 'ea5557d8aed418b3c195f28c5a8dd3bb'
20+
// const DELETE_THIS_KEY = 'ea5557d8aed418b3c195f28c5a8dd3bb'
21+
const PARA_API_KEY = prodParaApiKey || 'de88c0d78a98dd9a3b11897893997b06'
2122

2223
const paraConstructorOpts: ConstructorOpts = {
2324
// Passkey Portal Branding

0 commit comments

Comments
 (0)