From 2333a4dcd51c04da0408689b8ede3136de957c3f Mon Sep 17 00:00:00 2001 From: Arthur Abeilice Date: Thu, 14 Sep 2023 12:28:01 -0300 Subject: [PATCH] Update chainId.ts --- packages/core/src/constants/chainId.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/constants/chainId.ts b/packages/core/src/constants/chainId.ts index 67000119b..8f02f9838 100644 --- a/packages/core/src/constants/chainId.ts +++ b/packages/core/src/constants/chainId.ts @@ -210,6 +210,6 @@ export enum ChainId { LineaTestnet = 59140, ArbitrumNova = 42170, MantleTestnet = 5001, - Kroma= 255, + Kroma = 255, KromaSepolia = 2358, }