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