Update to event horizon testnet (#262)

* chore: update EH variable name for tn

* chore: bump v
This commit is contained in:
Slava Startsev
2024-06-18 18:26:17 +03:00
committed by GitHub
parent b7217c958b
commit 8dead845d1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.22.6",
"version": "0.22.7",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -3,7 +3,7 @@ import { SupportedChainId } from '../types.js';
export const developmentChains = [
SupportedChainId.BSC_TESTNET,
SupportedChainId.SEPOLIA,
SupportedChainId.EVENT_HORIZON,
SupportedChainId.EVENT_HORIZON_TESTNET,
];
export const productionChains = [
SupportedChainId.MAINNET,

View File

@@ -95,7 +95,7 @@ export enum SupportedChainId {
BSC_TESTNET = '97',
SEPOLIA = '11155111',
EVENT_HORIZON = '123420000034',
EVENT_HORIZON_TESTNET = '123420000034',
// For testing and debug purpose
// BROKEN = '0',