Skip to content

Commit eeea32f

Browse files
committed
add websocket rpcs to env files
1 parent b06349e commit eeea32f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

envs/canary.env

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MULTISIG_CONTRACT_ADDRESS=n1zwv6feuzhy6a9wekh96cd57lsarmqlwxdypdsplw6zhfncqw6ftq
1919
COCONUT_DKG_CONTRACT_ADDRESS=n1aakfpghcanxtc45gpqlx8j3rq0zcpyf49qmhm9mdjrfx036h4z5sy2vfh9
2020

2121
EXPLORER_API=https://canary-explorer.performance.nymte.ch/api/
22-
NYXD=https://canary-validator.performance.nymte.ch
22+
NYXD=https://rpc.canary-validator.performance.nymte.ch
2323
NYM_API=https://canary-api.performance.nymte.ch/api/
24+
NYXD_WS=wss://rpc.canary-validator.performance.nymte.ch/websocket
2425
NYM_VPN_API=https://nym-vpn-api-git-deploy-canary-nyx-network-staging.vercel.app/api/

envs/qa.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VESTING_CONTRACT_ADDRESS=n1jlzdxnyces4hrhqz68dqk28mrw5jgwtcfq0c2funcwrmw0dx9l9s8
1919
REWARDING_VALIDATOR_ADDRESS=n1rfvpsynktze6wvn6ldskj8xgwfzzk5v6pnff39
2020

2121
EXPLORER_API=https://qa-network-explorer.qa.nymte.ch/api/
22-
NYXD=https://qa-validator.qa.nymte.ch
23-
NYXD_WS=wss://qa-validator.qa.nymte.ch/websocket/
22+
NYXD=https://rpc.qa-validator.qa.nymte.ch
23+
NYXD_WS=wss://rpc.qa-validator.qa.nymte.ch/websocket
2424
NYM_API=https://qa-nym-api.qa.nymte.ch/api/
2525
NYM_VPN_API=https://nym-vpn-api-git-deploy-qa-nyx-network-staging.vercel.app/api/

envs/sandbox.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ECASH_CONTRACT_ADDRESS=n1v3vydvs2ued84yv3khqwtgldmgwn0elljsdh08dr5s2j9x4rc5fs9jl
2121
STATISTICS_SERVICE_DOMAIN_ADDRESS="http://0.0.0.0"
2222
EXPLORER_API=https://sandbox-explorer.nymtech.net/api/
2323
NYXD=https://rpc.sandbox.nymtech.net
24-
NYXD_WS=wss://rpc.sandbox.nymtech.net/websocket/
24+
NYXD_WS=wss://rpc.sandbox.nymtech.net/websocket
2525
NYM_API=https://sandbox-nym-api1.nymtech.net/api/
2626
NYM_VPN_API=https://nym-vpn-api-git-deploy-sandbox-nyx-network-staging.vercel.app/api/

0 commit comments

Comments
 (0)