mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add BON Network (#999)
* add BON Network * update rpc addr * update to https * update to https
This commit is contained in:
parent
f8737a1e83
commit
eac94f5951
21
_data/chains/eip155-1898.json
Normal file
21
_data/chains/eip155-1898.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user