chains/_data/chains/eip155-1898.json
toorls 19286bf5ed
1898 (#1075)
* add BON Network

* update rpc addr

* update to https

* update to https

* update rpc url
2022-04-13 11:51:23 +02:00

24 lines
478 B
JSON

{
"name": "BON Network",
"chain": "BON",
"network": "testnet",
"rpc": [
"http://rpc.boyanet.org:8545",
"ws://rpc.boyanet.org:8546"
],
"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"
}]
}