fix http->https in validator v4dev4 url (#245)

* fix http->https in validator v4dev4 url

* add faucet url
This commit is contained in:
aleka 2024-01-24 15:32:40 -05:00 committed by GitHub
parent 7134fa541d
commit 5cecc40a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,10 +215,11 @@
}
],
"validators": [
"http://validator.v4dev4.dydx.exchange"
"https://validator.v4dev4.dydx.exchange"
],
"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": {
"tos": "https://dydx.exchange/v4-terms",
@ -473,7 +474,7 @@
"apps": {
"ios": {
"minimalVersion": "1.0",
"build":40000,
"build": 40000,
"url": "https://apps.apple.com/app/dydx/id1564787350"
}
}
@ -1156,4 +1157,4 @@
}
}
}
}
}