update rpc addr

This commit is contained in:
unknown 2022-03-24 16:21:44 +08:00
parent 1035fddc2c
commit a424a2d4dd

View File

@ -2,20 +2,20 @@
"name": "BON Network", "name": "BON Network",
"chain": "BON", "chain": "BON",
"network": "testnet", "network": "testnet",
"rpc": ["http://rpc.boyanet.org: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": "http://boyanet.org", "infoURL": "http://boyanet.org/",
"shortName": "boya", "shortName": "boya",
"chainId": 1898, "chainId": 1898,
"networkId": 1, "networkId": 1,
"explorers": [{ "explorers": [{
"name": "explorer", "name": "explorer",
"url": "http://explorer.boyanet.org:4000", "url": "http://explorer.boyanet.org:4000/",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }