chains/_data/chains/eip155-3068.json
Seonggwon Yoon 191eb9504a
Add The Bifrost Mainnet (#2253)
* Add eip155-3068 network

* Add reference bifrost icon

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-02-09 18:27:17 +01:00

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"
}
]
}