From 46a33b5ef69c22447d3346784ea7a88e316fd12a Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Thu, 14 Nov 2024 13:05:03 +0100 Subject: [PATCH] Add NYM_VPN_API to env files (#5099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add missing NYM_VPN_API uri to environment files * Add trailing slashes --------- Co-authored-by: Jon Häggblad --- envs/canary.env | 5 +++-- envs/mainnet.env | 2 +- envs/qa.env | 5 +++-- envs/sandbox.env | 7 ++++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/envs/canary.env b/envs/canary.env index db70a19fd0..84aa65eefa 100644 --- a/envs/canary.env +++ b/envs/canary.env @@ -18,6 +18,7 @@ GROUP_CONTRACT_ADDRESS=n1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sa07 MULTISIG_CONTRACT_ADDRESS=n1zwv6feuzhy6a9wekh96cd57lsarmqlwxdypdsplw6zhfncqw6ftqx5a364 COCONUT_DKG_CONTRACT_ADDRESS=n1aakfpghcanxtc45gpqlx8j3rq0zcpyf49qmhm9mdjrfx036h4z5sy2vfh9 -EXPLORER_API=https://canary-explorer.performance.nymte.ch/api +EXPLORER_API=https://canary-explorer.performance.nymte.ch/api/ NYXD=https://canary-validator.performance.nymte.ch -NYM_API=https://canary-api.performance.nymte.ch/api +NYM_API=https://canary-api.performance.nymte.ch/api/ +NYM_VPN_API=https://nym-vpn-api-git-deploy-canary-nyx-network-staging.vercel.app/api/ diff --git a/envs/mainnet.env b/envs/mainnet.env index 419547bf97..8a2b1f61bf 100644 --- a/envs/mainnet.env +++ b/envs/mainnet.env @@ -25,4 +25,4 @@ NYXD=https://rpc.nymtech.net NYM_API=https://validator.nymtech.net/api/ NYXD_WS="wss://rpc.nymtech.net/websocket" EXPLORER_API=https://explorer.nymtech.net/api/ -NYM_VPN_API="https://nymvpn.com/api" +NYM_VPN_API="https://nymvpn.com/api/" diff --git a/envs/qa.env b/envs/qa.env index 34306a62ea..81adaf299c 100644 --- a/envs/qa.env +++ b/envs/qa.env @@ -18,6 +18,7 @@ COCONUT_DKG_CONTRACT_ADDRESS=n1pk8jgr6y4c5k93gz7qf3xc0hvygmp7csk88c2tf8l39tkq683 VESTING_CONTRACT_ADDRESS=n1jlzdxnyces4hrhqz68dqk28mrw5jgwtcfq0c2funcwrmw0dx9l9s8nnnvj REWARDING_VALIDATOR_ADDRESS=n1rfvpsynktze6wvn6ldskj8xgwfzzk5v6pnff39 -EXPLORER_API=https://qa-network-explorer.qa.nymte.ch/api +EXPLORER_API=https://qa-network-explorer.qa.nymte.ch/api/ NYXD=https://qa-validator.qa.nymte.ch -NYM_API=https://qa-nym-api.qa.nymte.ch/api +NYM_API=https://qa-nym-api.qa.nymte.ch/api/ +NYM_VPN_API=https://nym-vpn-api-git-deploy-qa-nyx-network-staging.vercel.app/api/ diff --git a/envs/sandbox.env b/envs/sandbox.env index 6310b8fa89..3033312368 100644 --- a/envs/sandbox.env +++ b/envs/sandbox.env @@ -19,7 +19,8 @@ COCONUT_DKG_CONTRACT_ADDRESS=n1v3n2ly2dp3a9ng3ff6rh26yfkn0pc5hed7w2shc5u9ca5c865 ECASH_CONTRACT_ADDRESS=n1v3vydvs2ued84yv3khqwtgldmgwn0elljsdh08dr5s2j9x4rc5fs9jlwz9 STATISTICS_SERVICE_DOMAIN_ADDRESS="http://0.0.0.0" -EXPLORER_API=https://sandbox-explorer.nymtech.net/api +EXPLORER_API=https://sandbox-explorer.nymtech.net/api/ NYXD=https://rpc.sandbox.nymtech.net -NYXD_WS=wss://rpc.sandbox.nymtech.net/websocket -NYM_API=https://sandbox-nym-api1.nymtech.net/api +NYXD_WS=wss://rpc.sandbox.nymtech.net/websocket/ +NYM_API=https://sandbox-nym-api1.nymtech.net/api/ +NYM_VPN_API=https://nym-vpn-api-git-deploy-sandbox-nyx-network-staging.vercel.app/api/