diff --git a/_data/chains/eip155-5758.json b/_data/chains/eip155-5758.json new file mode 100644 index 00000000..e218448e --- /dev/null +++ b/_data/chains/eip155-5758.json @@ -0,0 +1,23 @@ +{ + "name": "SatoshiChain Testnet", + "chain": "SATS", + "icon": "satoshichain", + "rpc": ["https://rpc.satoshichain.io"], + "faucets": ["https://faucet.satoshichain.io"], + "nativeCurrency": { + "name": "SatoshiChain Coin", + "symbol": "SATS", + "decimals": 18 + }, + "infoURL": "https://satoshichain.net", + "shortName": "sats", + "chainId": 5758, + "networkId": 5758, + "explorers": [ + { + "name": "SatoshiChain Explorer", + "url": "https://satoshiscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/satoshichain.json b/_data/icons/satoshichain.json new file mode 100644 index 00000000..07af26ba --- /dev/null +++ b/_data/icons/satoshichain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7", + "width": 1251, + "height": 1251, + "format": "png" + } +]