Skip to content

Commit 74c848c

Browse files
committed
api key
1 parent e5136a5 commit 74c848c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/utils/query/paraWallet.ts

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

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

2018
const APP_NAME = 'ENS'
2119
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA

0 commit comments

Comments
 (0)