From a1c77d6a19e5706a708400403946abf839c4b71e Mon Sep 17 00:00:00 2001 From: larisa17 <42570262+larisa17@users.noreply.github.com> Date: Thu, 30 May 2024 15:12:10 +0300 Subject: [PATCH] update amplify envs (#2520) --- infra/aws/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 66ee20c65..2b2265ef8 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -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", @@ -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", @@ -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/" }, });