Skip to content

Commit ac7b951

Browse files
Merge pull request #971 from ensdomains/key-test
hardcode key
2 parents 7b79e71 + ea706ee commit ac7b951

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/utils/query/paraWallet.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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
16+
// const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
17+
const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
1718

1819
const APP_NAME = 'ENS'
1920
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA

0 commit comments

Comments
 (0)