mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
e0ddceba8b
commit
168ff88295
23
_data/chains/eip155-12123.json
Normal file
23
_data/chains/eip155-12123.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/brcchain.json
Normal file
8
_data/icons/brcchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user