mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
chore: update EH variable name for tn
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user