Skip to content

Commit c4b3de4

Browse files
update para prod key
1 parent ce044dc commit c4b3de4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/utils/query/paraWallet.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ import i18n from '../../i18n'
1313
import { ENS_LINKS, WC_PROJECT_ID } from '../constants'
1414
import { transports } from './wagmi'
1515

16-
const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
16+
const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
17+
console.log('prodParaApiKey: ', prodParaApiKey)
18+
// const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
19+
// const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
1720

1821
const APP_NAME = 'ENS'
1922
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA

0 commit comments

Comments
 (0)