dynco-nym

Results 4 issues of dynco-nym

For sanity, please run all of these ``` cd nym-data-observatory && cargo check ``` ``` cd common/credential-storage && cargo check ``` ``` cd common/gateway-storage && cargo check ``` ``` cd...

Keep dotenv file always up to date ```git index 2be5300bd..e40e54a47 100644 --- a/envs/mainnet.env +++ b/envs/mainnet.env @@ -25,4 +25,4 @@ NYXD="https://rpc.nymtech.net" -NYM_VPN_API="https://nymvpn.net/api/" +NYM_VPN_API="https://nymvpn.com/api" ``` ... and we already see its use...