chains/_data/chains/eip155-5758.json
dglw 4457f2877e
add satoshichain testnet (#2687)
* add satoshichain testnet

* CID update

* Delete Chain.kt

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-04-24 12:16:40 +02:00

24 lines
518 B
JSON

{
"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"
}
]
}