Update eip155-10000.json (#358)

changed infoUrl "http" to "https" and added RPCs
This commit is contained in:
YellowRoseCx 2021-08-03 09:34:48 -05:00 committed by GitHub
parent dd8c68b65c
commit 973e090f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,9 @@
"chain": "smartBCH", "chain": "smartBCH",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://rpc-mainnet.smartbch.org" "https://smartbch.greyh.at",
"https://rpc-mainnet.smartbch.org",
"https://smartbch.fountainhead.cash/mainnet"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -11,7 +13,7 @@
"symbol": "BCH", "symbol": "BCH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://smartbch.org/", "infoURL": "https://smartbch.org/",
"shortName": "smartbch", "shortName": "smartbch",
"chainId": 10000, "chainId": 10000,
"networkId": 10000 "networkId": 10000