From c5c049aa0c83987a182f9e4e4663c963caff98aa Mon Sep 17 00:00:00 2001 From: sunsetlover36 Date: Wed, 23 Oct 2024 16:14:43 +0300 Subject: [PATCH] Fix ton testnet chain id --- src/config/chains.json | 4 ++-- src/config/envs.json | 2 +- src/types.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/chains.json b/src/config/chains.json index af5f6b4..f807ce1 100644 --- a/src/config/chains.json +++ b/src/config/chains.json @@ -284,8 +284,8 @@ "curveRegistry": "" } }, - "4398026970694": { - "chainId": "4398026970694", + "4398026970692": { + "chainId": "4398026970692", "explorer": "https://testnet.tonscan.org/", "label": "TON Testnet", "shortName": "TON Testnet", diff --git a/src/config/envs.json b/src/config/envs.json index 1a97464..36ea4b3 100644 --- a/src/config/envs.json +++ b/src/config/envs.json @@ -318,7 +318,7 @@ } } }, - "4398026970694": { + "4398026970692": { "api": "https://app.electra.trade/lumia-testnet", "rpc": "https://testnet-v4.tonhubapi.com", "services": { diff --git a/src/types.ts b/src/types.ts index 3f079fe..cce91b7 100644 --- a/src/types.ts +++ b/src/types.ts @@ -110,7 +110,7 @@ export enum SupportedChainId { LUMIA_TESTNET = '1952959480', TON = '4398026970693', - TON_TESTNET = '4398026970694', + TON_TESTNET = '4398026970692', // For testing and debug purpose // BROKEN = '0',