feat: add event horizon test network

This commit is contained in:
Slava Startsev
2024-06-18 14:56:43 +03:00
parent ab657b06a9
commit 58bd952d49
5 changed files with 34 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export const developmentChains = [
SupportedChainId.FANTOM_TESTNET,
SupportedChainId.POLYGON_TESTNET,
SupportedChainId.OKC_TESTNET,
SupportedChainId.EVENT_HORIZON,
];
export const productionChains = [
SupportedChainId.MAINNET,