From 1be2f343660f2dbd78b37b7ccbc13ab8be86619b Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 12 Apr 2021 08:28:20 +0200 Subject: [PATCH] Add initial ethereum icon --- _data/chains/eip155-1.json | 1 + _data/icons/ethereum.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 _data/icons/ethereum.json diff --git a/_data/chains/eip155-1.json b/_data/chains/eip155-1.json index 5851ad07..4966310f 100644 --- a/_data/chains/eip155-1.json +++ b/_data/chains/eip155-1.json @@ -2,6 +2,7 @@ "name": "Ethereum Mainnet", "chain": "ETH", "network": "mainnet", + "icon": "ethereum", "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", diff --git a/_data/icons/ethereum.json b/_data/icons/ethereum.json new file mode 100644 index 00000000..80490121 --- /dev/null +++ b/_data/icons/ethereum.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", + "width":1000, + "height":1628, + "format":"png" + } +]