From 342f5c19727662d4c2d0e26f8943e4fa585fd607 Mon Sep 17 00:00:00 2001 From: Slava Startsev Date: Tue, 18 Jun 2024 18:12:59 +0300 Subject: [PATCH] chore: update EH variable name for tn --- src/constants/chains.ts | 2 +- src/types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/chains.ts b/src/constants/chains.ts index d875c3f..969f15d 100644 --- a/src/constants/chains.ts +++ b/src/constants/chains.ts @@ -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, diff --git a/src/types.ts b/src/types.ts index 54fdbf4..f9639e6 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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',