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

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