mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
561 B
JSON
28 lines
561 B
JSON
{
|
|
"name": "BROChain Mainnet",
|
|
"chain": "BRO",
|
|
"rpc": [
|
|
"https://rpc.brochain.org",
|
|
"http://rpc.brochain.org",
|
|
"https://rpc.brochain.org/mainnet",
|
|
"http://rpc.brochain.org/mainnet"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Brother",
|
|
"symbol": "BRO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://brochain.org",
|
|
"shortName": "bro",
|
|
"chainId": 108801,
|
|
"networkId": 108801,
|
|
"explorers": [
|
|
{
|
|
"name": "BROChain Explorer",
|
|
"url": "https://explorer.brochain.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|