Fix ton testnet chain id

This commit is contained in:
sunsetlover36
2024-10-23 16:14:43 +03:00
parent 8b4aae64e8
commit c5c049aa0c
3 changed files with 4 additions and 4 deletions

View File

@@ -284,8 +284,8 @@
"curveRegistry": ""
}
},
"4398026970694": {
"chainId": "4398026970694",
"4398026970692": {
"chainId": "4398026970692",
"explorer": "https://testnet.tonscan.org/",
"label": "TON Testnet",
"shortName": "TON Testnet",

View File

@@ -318,7 +318,7 @@
}
}
},
"4398026970694": {
"4398026970692": {
"api": "https://app.electra.trade/lumia-testnet",
"rpc": "https://testnet-v4.tonhubapi.com",
"services": {

View File

@@ -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',