From 191eb9504aa44d58a5e082de3c062c0b64b2aad7 Mon Sep 17 00:00:00 2001 From: Seonggwon Yoon Date: Fri, 10 Feb 2023 02:27:17 +0900 Subject: [PATCH] Add The Bifrost Mainnet (#2253) * Add eip155-3068 network * Add reference bifrost icon --------- Co-authored-by: ligi --- _data/chains/eip155-3068.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-3068.json diff --git a/_data/chains/eip155-3068.json b/_data/chains/eip155-3068.json new file mode 100644 index 00000000..23f0186b --- /dev/null +++ b/_data/chains/eip155-3068.json @@ -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" + } + ] +}