mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add eip155-3068 network * Add reference bifrost icon --------- Co-authored-by: ligi <ligi@ligi.de>
28 lines
591 B
JSON
28 lines
591 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|