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:
Seonggwon Yoon 2023-02-10 02:27:17 +09:00 committed by GitHub
parent cbe3b3683c
commit 191eb9504a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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