From 69eb1432b2d1cf8c37e046bfef1b0dd94e4b2c43 Mon Sep 17 00:00:00 2001 From: Uladzislau Muraveika Date: Thu, 20 Oct 2022 19:17:54 +0300 Subject: [PATCH] Added The Bifrost Testnet network and The Bifrost icon (#1747) * Added The Bifrost Testnet network and The Bifrost icon * Update _data/chains/eip155-49088.json Co-authored-by: ligi --- _data/chains/eip155-49088.json | 26 ++++++++++++++++++++++++++ _data/icons/thebifrost.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-49088.json create mode 100644 _data/icons/thebifrost.json diff --git a/_data/chains/eip155-49088.json b/_data/chains/eip155-49088.json new file mode 100644 index 00000000..fa4ecd35 --- /dev/null +++ b/_data/chains/eip155-49088.json @@ -0,0 +1,26 @@ +{ + "name": "The Bifrost Testnet", + "title": "The Bifrost Testnet network", + "chain": "BFC", + "rpc": [ + "https://public-01.testnet.thebifrost.io/rpc", + "https://public-02.testnet.thebifrost.io/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Bifrost", + "symbol": "BFC", + "decimals": 18 + }, + "infoURL": "https://goerli.net/#about", + "shortName": "gor", + "chainId": 49088, + "networkId": 49088, + "explorers": [ + { + "name": "explorer-thebifrost", + "url": "https://explorer.testnet.thebifrost.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/thebifrost.json b/_data/icons/thebifrost.json new file mode 100644 index 00000000..b32f8fae --- /dev/null +++ b/_data/icons/thebifrost.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreid32bybgacpg7v3rrpq56oplhegmoyzhygzbvykkigv62f5a3iltu", + "width": 670, + "height": 175, + "format": "png" + } +]