mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
4457f2877e
* add satoshichain testnet * CID update * Delete Chain.kt --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
518 B
JSON
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"
|
|
}
|
|
]
|
|
}
|