mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Fix ton testnet chain id
This commit is contained in:
@@ -284,8 +284,8 @@
|
||||
"curveRegistry": ""
|
||||
}
|
||||
},
|
||||
"4398026970694": {
|
||||
"chainId": "4398026970694",
|
||||
"4398026970692": {
|
||||
"chainId": "4398026970692",
|
||||
"explorer": "https://testnet.tonscan.org/",
|
||||
"label": "TON Testnet",
|
||||
"shortName": "TON Testnet",
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"4398026970694": {
|
||||
"4398026970692": {
|
||||
"api": "https://app.electra.trade/lumia-testnet",
|
||||
"rpc": "https://testnet-v4.tonhubapi.com",
|
||||
"services": {
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user