Add event horizon test network (#261)

* feat: add event horizon test network

* chore: bump v
This commit is contained in:
Slava Startsev
2024-06-18 15:14:54 +03:00
committed by GitHub
parent 1263edc3d2
commit b7217c958b
5 changed files with 34 additions and 1 deletions

View File

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