mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
455 B
JSON
25 lines
455 B
JSON
{
|
|
"name": "Bronos Mainnet",
|
|
"chain": "Bronos",
|
|
"rpc": [],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BRO",
|
|
"symbol": "BRO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bronos.org",
|
|
"shortName": "bronos-mainnet",
|
|
"chainId": 1039,
|
|
"networkId": 1039,
|
|
"icon": "bronos",
|
|
"explorers": [
|
|
{
|
|
"name": "Bronos Explorer",
|
|
"url": "https://broscan.bronos.org",
|
|
"standard": "none",
|
|
"icon": "bronos"
|
|
}
|
|
]
|
|
}
|