Skip to content

Commit e5d68a5

Browse files
committed
Don't set NYM_VPN_API to default (#4740)
1 parent 7ddd819 commit e5d68a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

common/network-defaults/src/mainnet.rs

-1
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,4 @@ pub fn export_to_env_if_not_set() {
157157
set_var_conditionally_to_default(var_names::NYXD_WEBSOCKET, NYXD_WS);
158158
set_var_conditionally_to_default(var_names::EXPLORER_API, EXPLORER_API);
159159
set_var_conditionally_to_default(var_names::EXIT_POLICY_URL, EXIT_POLICY_URL);
160-
set_var_conditionally_to_default(var_names::NYM_VPN_API, NYM_VPN_API);
161160
}

envs/canary.env

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ COCONUT_DKG_CONTRACT_ADDRESS=n1aakfpghcanxtc45gpqlx8j3rq0zcpyf49qmhm9mdjrfx036h4
2020
EXPLORER_API=https://canary-explorer.performance.nymte.ch/api
2121
NYXD="https://canary-validator.performance.nymte.ch"
2222
NYM_API="https://canary-api.performance.nymte.ch/api"
23-
NYM_VPN_API="https://foo/api"

0 commit comments

Comments
 (0)