One more network was added

This commit is contained in:
Mikhail Gladchenko
2023-07-24 13:53:23 +01:00
parent 82d37aa43a
commit c654b1c791
3 changed files with 25 additions and 1 deletions

View File

@@ -106,5 +106,14 @@
"code": "okc",
"rpc": "https://exchaintestrpc.okex.org/",
"baseCurrencyName": "OKT"
},
"56303": {
"chainId": "56303",
"label": "DRIP Chain",
"shortName": "DRIP Chain",
"code": "drip",
"baseCurrencyName": "DRIP",
"rpc": "testnet.1d.rip",
"explorer": "https://explorer-testnet.1d.rip/"
}
}

View File

@@ -160,6 +160,21 @@
"all": "/price-feed"
}
}
},
"56303": {
"api": "https://testing.orionprotocol.io/drip-testnet",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
}
}
}
}
},