mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-30 09:38:03 +03:00
One more network was added
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user