mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
feat: add event horizon test network
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.92-rc114",
|
"version": "0.19.92-rc115",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -89,6 +89,19 @@
|
|||||||
"curveRegistry": ""
|
"curveRegistry": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"123420000034": {
|
||||||
|
"chainId": "123420000034",
|
||||||
|
"explorer": "https://blockscout-123420000034.raas-testnet.gelato.digital/",
|
||||||
|
"label": "Event Horizon Testnet",
|
||||||
|
"shortName": "EH-Testnet",
|
||||||
|
"code": "eth",
|
||||||
|
"rpc": "https://rpc-123420000034.raas-testnet.gelato.digital/",
|
||||||
|
"baseCurrencyName": "ETH",
|
||||||
|
"contracts": {
|
||||||
|
"WETH": "0x4200000000000000000000000000000000000006",
|
||||||
|
"curveRegistry": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"421613": {
|
"421613": {
|
||||||
"chainId": "421613",
|
"chainId": "421613",
|
||||||
"explorer": "https://goerli.arbiscan.io/",
|
"explorer": "https://goerli.arbiscan.io/",
|
||||||
|
|||||||
@@ -245,6 +245,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"123420000034": {
|
||||||
|
"api": "https://testing.orion.xyz/event-horizon",
|
||||||
|
"services": {
|
||||||
|
"aggregator": {
|
||||||
|
"http": "/backend",
|
||||||
|
"ws": "/v1"
|
||||||
|
},
|
||||||
|
"blockchain": {
|
||||||
|
"http": ""
|
||||||
|
},
|
||||||
|
"priceFeed": {
|
||||||
|
"all": "/price-feed"
|
||||||
|
},
|
||||||
|
"indexer": {
|
||||||
|
"http": "/orion-indexer/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"421613": {
|
"421613": {
|
||||||
"api": "https://testing.orion.xyz/arbitrum-goerli",
|
"api": "https://testing.orion.xyz/arbitrum-goerli",
|
||||||
"services": {
|
"services": {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export const developmentChains = [
|
|||||||
SupportedChainId.FANTOM_TESTNET,
|
SupportedChainId.FANTOM_TESTNET,
|
||||||
SupportedChainId.POLYGON_TESTNET,
|
SupportedChainId.POLYGON_TESTNET,
|
||||||
SupportedChainId.OKC_TESTNET,
|
SupportedChainId.OKC_TESTNET,
|
||||||
|
SupportedChainId.EVENT_HORIZON,
|
||||||
];
|
];
|
||||||
export const productionChains = [
|
export const productionChains = [
|
||||||
SupportedChainId.MAINNET,
|
SupportedChainId.MAINNET,
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ export enum SupportedChainId {
|
|||||||
OKC_TESTNET = '65',
|
OKC_TESTNET = '65',
|
||||||
DRIP_TESTNET = '56303',
|
DRIP_TESTNET = '56303',
|
||||||
ARBITRUM_GOERLI = '421613',
|
ARBITRUM_GOERLI = '421613',
|
||||||
|
EVENT_HORIZON = '123420000034',
|
||||||
|
|
||||||
// For testing and debug purpose
|
// For testing and debug purpose
|
||||||
// BROKEN = '0',
|
// BROKEN = '0',
|
||||||
|
|||||||
Reference in New Issue
Block a user