add brcchain mainnet (#3028)

* add brcchain mainnet

* run the prettier to format json and resolve ipfs icon

* add brcchain mainnet
This commit is contained in:
JackL111 2023-06-22 02:37:26 +08:00 committed by GitHub
parent e0ddceba8b
commit 168ff88295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
"width": 512,
"height": 512,
"format": "png"
}
]