Compare commits

...

2 Commits

Author SHA1 Message Date
Aleka Cheung
24de450ff2
add faucet url 2024-01-24 15:24:15 -05:00
Aleka Cheung
7da64c2183
fix http->https in validator v4dev4 url 2024-01-24 15:00:01 -05:00

View File

@ -215,10 +215,11 @@
} }
], ],
"validators": [ "validators": [
"http://validator.v4dev4.dydx.exchange" "https://validator.v4dev4.dydx.exchange"
], ],
"0xsquid": "https://testnet.api.0xsquid.com", "0xsquid": "https://testnet.api.0xsquid.com",
"nobleValidator": "https://noble-testnet-rpc.polkachu.com/" "nobleValidator": "https://noble-testnet-rpc.polkachu.com/",
"faucet": "https://faucet.v4dev4.dydx.exchange"
}, },
"links": { "links": {
"tos": "https://dydx.exchange/v4-terms", "tos": "https://dydx.exchange/v4-terms",