Skip to content

Commit

Permalink
update amplify envs (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed May 30, 2024
1 parent a4d9c41 commit a1c77d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const stakingEnvVars = Object({
NEXT_PUBLIC_INTERCOM_APP_ID: stakingIntercomAppId,
NEXT_PUBLIC_ENABLE_ARBITRUM_MAINNET: "on",
NEXT_PUBLIC_ARBITRUM_RPC_URL: arbitrumRpcUrl,
NEXT_PUBLIC_GET_GTC_STAKE_API="https://api.scorer.gitcoin.co/registry/gtc-stake/"
},
staging: {
NEXT_PUBLIC_CERAMIC_CACHE_ENDPOINT: "https://api.staging.scorer.gitcoin.co/ceramic-cache",
Expand All @@ -124,6 +125,7 @@ const stakingEnvVars = Object({
NEXT_PUBLIC_INTERCOM_APP_ID: stakingIntercomAppId,
NEXT_PUBLIC_ENABLE_ARBITRUM_MAINNET: "on",
NEXT_PUBLIC_ARBITRUM_RPC_URL:arbitrumRpcUrl,
NEXT_PUBLIC_GET_GTC_STAKE_API="https://api.scorer.gitcoin.co/registry/gtc-stake/"
},
production: {
NEXT_PUBLIC_CERAMIC_CACHE_ENDPOINT: "https://api.scorer.gitcoin.co/ceramic-cache",
Expand All @@ -141,6 +143,7 @@ const stakingEnvVars = Object({
NEXT_PUBLIC_INTERCOM_APP_ID: stakingIntercomAppId,
NEXT_PUBLIC_ENABLE_ARBITRUM_MAINNET: "on",
NEXT_PUBLIC_ARBITRUM_RPC_URL: arbitrumRpcUrl,
NEXT_PUBLIC_GET_GTC_STAKE_API="https://api.scorer.gitcoin.co/registry/gtc-stake/"
},
});

Expand Down

0 comments on commit a1c77d6

Please sign in to comment.