From 5be9d2b1b25df96d0d8b68a5d2a940733e8a15c1 Mon Sep 17 00:00:00 2001 From: John Huang Date: Wed, 21 Feb 2024 12:51:36 -0800 Subject: [PATCH] TRCL-3553 Having the launch incentive api in env.json (#317) --- public/configs/v1/env.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index 924e94a..89ee5d2 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -71,7 +71,8 @@ "keplrDashboard": "https://testnet.keplr.app/", "strideZoneApp": "https://testnet.stride.zone", "accountExportLearnMore": "https://help.dydx.exchange/en/articles/8565867-secret-phrase-on-dydx-chain", - "walletLearnMore": "https://www.dydx.academy/video/defi-wallet" + "walletLearnMore": "https://www.dydx.academy/video/defi-wallet", + "launchIncentive": "https://cloud.chaoslabs.co/" }, "dydx-testnet-4": { "tos": "https://dydx.exchange/v4-terms", @@ -92,7 +93,8 @@ "keplrDashboard": "https://testnet.keplr.app/", "strideZoneApp": "https://testnet.stride.zone", "accountExportLearnMore": "https://help.dydx.exchange/en/articles/8565867-secret-phrase-on-dydx-chain", - "walletLearnMore": "https://www.dydx.academy/video/defi-wallet" + "walletLearnMore": "https://www.dydx.academy/video/defi-wallet", + "launchIncentive": "https://cloud.chaoslabs.co/" }, "[mainnet chain id]": { "tos": "[HTTP link to TOS]", @@ -113,7 +115,8 @@ "keplrDashboard": "[HTTP link to keplr dashboard, can be null]", "strideZoneApp": "[HTTP link to stride zone app, can be null]", "accountExportLearnMore": "[HTTP link to account export learn more, can be null]", - "walletLearnMore": "[HTTP link to wallet learn more, can be null]" + "walletLearnMore": "[HTTP link to wallet learn more, can be null]", + "launchIncentive": "[HTTP link to launch incentive host, can be null]" } }, "wallets": {