chains/_data/chains/eip155-10000.json
Shomari 4f62e4e6d0
Add DevOps to RPC list for SmartBCH nodes. (#504)
* Add DevOps to RPC list for SmartBCH nodes.

* Fix testnet endpoint for chainid 10001.
2021-10-22 14:14:18 +02:00

22 lines
483 B
JSON

{
"name": "Smart Bitcoin Cash",
"chain": "smartBCH",
"network": "mainnet",
"rpc": [
"https://smartbch.greyh.at",
"https://rpc-mainnet.smartbch.org",
"https://smartbch.fountainhead.cash/mainnet",
"https://smartbch.devops.cash/mainnet"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"decimals": 18
},
"infoURL": "https://smartbch.org/",
"shortName": "smartbch",
"chainId": 10000,
"networkId": 10000
}