From 477df39c3a87d9d2d949e3b3fecca5c33fef35d0 Mon Sep 17 00:00:00 2001 From: Markus Alvila Date: Wed, 12 Jan 2022 22:22:33 +0100 Subject: [PATCH] Add Flare and Songbird icons --- _data/chains/eip155-14.json | 1 + _data/chains/eip155-19.json | 1 + _data/icons/flare.json | 8 ++++++++ _data/icons/songbird.json | 8 ++++++++ 4 files changed, 18 insertions(+) create mode 100644 _data/icons/flare.json create mode 100644 _data/icons/songbird.json diff --git a/_data/chains/eip155-14.json b/_data/chains/eip155-14.json index 90b70ca4..07b88213 100644 --- a/_data/chains/eip155-14.json +++ b/_data/chains/eip155-14.json @@ -1,6 +1,7 @@ { "name": "Flare Mainnet", "chain": "FLR", + "icon": "flare", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index e4f10e6a..08ad522a 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -1,6 +1,7 @@ { "name": "Songbird Canary-Network", "chain": "SGB", + "icon": "songbird", "rpc": [ "https://songbird.towolabs.com/rpc", "https://sgb.ftso.com.au/ext/bc/C/rpc", diff --git a/_data/icons/flare.json b/_data/icons/flare.json new file mode 100644 index 00000000..779b5ac5 --- /dev/null +++ b/_data/icons/flare.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X", + "width": 512, + "height": 512, + "format": "png" + } +] \ No newline at end of file diff --git a/_data/icons/songbird.json b/_data/icons/songbird.json new file mode 100644 index 00000000..ebd3b672 --- /dev/null +++ b/_data/icons/songbird.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon", + "width": 512, + "height": 719, + "format": "png" + } +] \ No newline at end of file