From 5d2b74daff28a803e3c73a0c608f510b16238628 Mon Sep 17 00:00:00 2001 From: CK-LIM <80962037+CK-LIM@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:27:07 +0800 Subject: [PATCH] Add F(x)Core mainnet network icon (#1386) * Add icon * Add F(x)Core Mainnet Network icon --- _data/chains/eip155-530.json | 1 + _data/icons/fxcore.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 _data/icons/fxcore.json diff --git a/_data/chains/eip155-530.json b/_data/chains/eip155-530.json index 62b4dd58..ccb43b62 100644 --- a/_data/chains/eip155-530.json +++ b/_data/chains/eip155-530.json @@ -15,6 +15,7 @@ "shortName": "f(x)Core", "chainId": 530, "networkId": 530, + "icon": "fxcore", "explorers": [{ "name": "FunctionX Explorer", "url": "https://fx-evm.functionx.io", diff --git a/_data/icons/fxcore.json b/_data/icons/fxcore.json new file mode 100644 index 00000000..5cc0c01e --- /dev/null +++ b/_data/icons/fxcore.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreifrf2iq3k3dqfbvp3pacwuxu33up3usmrhojt5ielyfty7xkixu3i", + "width": 500, + "height": 500, + "format": "png" + } +]