mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add smartBCH (#237)
This commit is contained in:
parent
8d7b590fa8
commit
fd465f1092
18
_data/chains/eip155-10000.json
Normal file
18
_data/chains/eip155-10000.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "Smart Bitcoin Cash",
|
||||||
|
"chain": "smartBCH",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-mainnet.smartbch.org"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bitcoin Cash",
|
||||||
|
"symbol": "BCH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "http://smartbch.org/",
|
||||||
|
"shortName": "smartbch",
|
||||||
|
"chainId": 10000,
|
||||||
|
"networkId": 10000
|
||||||
|
}
|
18
_data/chains/eip155-10001.json
Normal file
18
_data/chains/eip155-10001.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "Smart Bitcoin Cash Testnet",
|
||||||
|
"chain": "smartBCHTest",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-testnet.smartbch.org"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bitcoin Cash Test Token",
|
||||||
|
"symbol": "BCHT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "http://smartbch.org/",
|
||||||
|
"shortName": "smartbchtest",
|
||||||
|
"chainId": 10001,
|
||||||
|
"networkId": 10001
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user