mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add The Bifrost Mainnet (#2253)
* Add eip155-3068 network * Add reference bifrost icon --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
cbe3b3683c
commit
191eb9504a
27
_data/chains/eip155-3068.json
Normal file
27
_data/chains/eip155-3068.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "Bifrost Mainnet",
|
||||||
|
"title": "The Bifrost Mainnet network",
|
||||||
|
"chain": "BFC",
|
||||||
|
"rpc": [
|
||||||
|
"https://public-01.mainnet.thebifrost.io/rpc",
|
||||||
|
"https://public-02.mainnet.thebifrost.io/rpc"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bifrost",
|
||||||
|
"symbol": "BFC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://thebifrost.io",
|
||||||
|
"shortName": "bfc",
|
||||||
|
"chainId": 3068,
|
||||||
|
"networkId": 3068,
|
||||||
|
"icon": "bifrost",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "explorer-thebifrost",
|
||||||
|
"url": "https://explorer.mainnet.thebifrost.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user