chore: update EH variable name for tn

This commit is contained in:
Slava Startsev
2024-06-18 18:12:59 +03:00
parent 94163ac84b
commit 342f5c1972
2 changed files with 2 additions and 2 deletions

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',