chains/_data/chains/eip155-12123.json
JackL111 168ff88295
add brcchain mainnet (#3028)
* add brcchain mainnet

* run the prettier to format json and resolve ipfs icon

* add brcchain mainnet
2023-06-21 20:37:26 +02:00

24 lines
516 B
JSON

{
"name": "BRC Chain Mainnet",
"chain": "BRC",
"rpc": ["https://rpc.brcchain.io"],
"faucets": ["https://faucet.brcchain.io"],
"nativeCurrency": {
"name": "BRC Chain mainnet native token",
"symbol": "BRC",
"decimals": 18
},
"infoURL": "https://bridge.brcchain.io",
"shortName": "BRC",
"chainId": 12123,
"networkId": 12123,
"icon": "brcchain",
"explorers": [
{
"name": "BRC Chain Explorer",
"url": "https://scan.brcchain.io",
"standard": "EIP3091"
}
]
}