chains/_data/chains/eip155-1898.json
toorls eac94f5951
add BON Network (#999)
* add BON Network

* update rpc addr

* update to https

* update to https
2022-03-27 16:32:31 +02:00

21 lines
434 B
JSON

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