mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "BON Network",
|
|
"chain": "BON",
|
|
"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"
|
|
}
|
|
]
|
|
}
|