Skip to content

Commit

Permalink
add brcchain mainnet (ethereum-lists#3028)
Browse files Browse the repository at this point in the history
* add brcchain mainnet

* run the prettier to format json and resolve ipfs icon

* add brcchain mainnet
  • Loading branch information
JackL111 authored Jun 21, 2023
1 parent e0ddceb commit 168ff88
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-12123.json
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions _data/icons/brcchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 168ff88

Please sign in to comment.