File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ BATCH_GATEWAY_URLS='["https://ccip-v2.ens.xyz/"]'
2020
2121NEXT_PUBLIC_POSTHOG_KEY = phc_Fgf9Nr86STb590T6qQQ5XI3G63UQ4LQGyA1aKS5ROvS
2222NEXT_PUBLIC_POSTHOG_HOST = https://jakob.ens.domains
23-
24- NEXT_PUBLIC_PARA_API_KEY_PROD = c5695b18d016139ac4db1c7f98a87e68
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ import i18n from '../../i18n'
1313import { ENS_LINKS , WC_PROJECT_ID } from '../constants'
1414import { transports } from './wagmi'
1515
16- // const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
17- const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
16+ const prodParaApiKey = process . env . NEXT_PUBLIC_PARA_API_KEY_PROD
17+ console . log ( 'prodParaApiKey: ' , prodParaApiKey )
18+ // const prodParaApiKey = 'c5695b18d016139ac4db1c7f98a87e68'
1819
1920const APP_NAME = 'ENS'
2021const PARA_ENV : Environment = prodParaApiKey ? Environment . PROD : Environment . BETA
You can’t perform that action at this time.
0 commit comments