mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
chore: update EH variable name for tn
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.92-rc115",
|
"version": "0.19.92-rc116",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -9,7 +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,
|
SupportedChainId.EVENT_HORIZON_TESTNET,
|
||||||
];
|
];
|
||||||
export const productionChains = [
|
export const productionChains = [
|
||||||
SupportedChainId.MAINNET,
|
SupportedChainId.MAINNET,
|
||||||
|
|||||||
@@ -103,7 +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',
|
EVENT_HORIZON_TESTNET = '123420000034',
|
||||||
|
|
||||||
// For testing and debug purpose
|
// For testing and debug purpose
|
||||||
// BROKEN = '0',
|
// BROKEN = '0',
|
||||||
|
|||||||
Reference in New Issue
Block a user