From c2010c4bad0eab72195ab5d165d5d79861683503 Mon Sep 17 00:00:00 2001 From: Nguyen Dai Duong Date: Thu, 20 Oct 2022 10:17:21 +0700 Subject: [PATCH 1/2] Add SotaNetwork Application Sidechain Testnet --- utils/chains.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/utils/chains.json b/utils/chains.json index 820a9a9316..0befd8780d 100644 --- a/utils/chains.json +++ b/utils/chains.json @@ -151,5 +151,25 @@ "standard": "EIP3091" } ] + }, + { + "name": "SotaNetwork Application Sidechain Testnet", + "chain": "BAS-SON", + "rpc": ["https://rpc.testnet.sotanetwork.io/"], + "faucets": ["https://faucet.testnet.sotanetwork.io/"], + "nativeCurrency": { + "name": "Sota-BSC Application Sidechain Native Token", + "symbol": "SON", + "decimals": 18 + }, + "infoURL": "https://docs.bnbchain.world/docs/learn/bas/", + "chainId": 1506, + "explorers": [ + { + "name": "bastrace", + "url": "https://explorer.testnet.sotanetwork.io", + "standard": "EIP3091" + } + ] } ] From ee647b15e7dda047dae403566ed0a8c5025d0d0b Mon Sep 17 00:00:00 2001 From: Nguyen Dai Duong Date: Thu, 27 Oct 2022 11:31:20 +0700 Subject: [PATCH 2/2] Update chains.json --- utils/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/chains.json b/utils/chains.json index 0befd8780d..cd53166117 100644 --- a/utils/chains.json +++ b/utils/chains.json @@ -163,7 +163,7 @@ "decimals": 18 }, "infoURL": "https://docs.bnbchain.world/docs/learn/bas/", - "chainId": 1506, + "chainId": 1306, "explorers": [ { "name": "bastrace",