From 88eff256f9b2d58afbc1ec2f20b0762bec5ab653 Mon Sep 17 00:00:00 2001 From: dglw <34823269+dglw@users.noreply.github.com> Date: Fri, 9 Jun 2023 21:59:53 +0300 Subject: [PATCH] Add SatoshiChain mainnet and update for testnet (#2987) * add satoshichain testnet * CID update * Delete Chain.kt * Add SatoshiChain mainnet and update for testnet * Update eip155-5758.json --------- Co-authored-by: ligi --- _data/chains/eip155-12009.json | 23 +++++++++++++++++++++++ _data/chains/eip155-5758.json | 8 ++++---- 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 _data/chains/eip155-12009.json diff --git a/_data/chains/eip155-12009.json b/_data/chains/eip155-12009.json new file mode 100644 index 00000000..c7184c62 --- /dev/null +++ b/_data/chains/eip155-12009.json @@ -0,0 +1,23 @@ +{ + "name": "SatoshiChain Mainnet", + "chain": "SATS", + "icon": "satoshichain", + "rpc": ["https://mainnet-rpc.satoshichain.io"], + "faucets": [], + "nativeCurrency": { + "name": "SatoshiChain Coin", + "symbol": "SATS", + "decimals": 18 + }, + "infoURL": "https://satoshichain.net", + "shortName": "sats", + "chainId": 12009, + "networkId": 12009, + "explorers": [ + { + "name": "SatoshiChain Explorer", + "url": "https://satoshiscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-5758.json b/_data/chains/eip155-5758.json index e218448e..6424cb54 100644 --- a/_data/chains/eip155-5758.json +++ b/_data/chains/eip155-5758.json @@ -2,7 +2,7 @@ "name": "SatoshiChain Testnet", "chain": "SATS", "icon": "satoshichain", - "rpc": ["https://rpc.satoshichain.io"], + "rpc": ["https://testnet-rpc.satoshichain.io"], "faucets": ["https://faucet.satoshichain.io"], "nativeCurrency": { "name": "SatoshiChain Coin", @@ -10,13 +10,13 @@ "decimals": 18 }, "infoURL": "https://satoshichain.net", - "shortName": "sats", + "shortName": "satst", "chainId": 5758, "networkId": 5758, "explorers": [ { - "name": "SatoshiChain Explorer", - "url": "https://satoshiscan.io", + "name": "SatoshiChain Testnet Explorer", + "url": "https://testnet.satoshiscan.io", "standard": "EIP3091" } ]