update to https

This commit is contained in:
unknown 2022-03-25 15:43:00 +08:00
parent 7f44009d2d
commit 3d886823e1

View File

@ -2,20 +2,20 @@
"name": "BON Network", "name": "BON Network",
"chain": "BON", "chain": "BON",
"network": "testnet", "network": "testnet",
"rpc": ["http://8.210.150.70:8545/"], "rpc": ["http://8.210.150.70:8545"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "BOYACoin", "name": "BOYACoin",
"symbol": "BOY", "symbol": "BOY",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://boyanet.org/", "infoURL": "https://boyanet.org",
"shortName": "boya", "shortName": "boya",
"chainId": 1898, "chainId": 1898,
"networkId": 1, "networkId": 1,
"explorers": [{ "explorers": [{
"name": "explorer", "name": "explorer",
"url": "https://explorer.boyanet.org:4001/", "url": "https://explorer.boyanet.org:4001",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }