Skip to content

Commit

Permalink
Add initial ethereum icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Apr 12, 2021
1 parent 7b2edb8 commit 1be2f34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/ethereum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt",
"width":1000,
"height":1628,
"format":"png"
}
]

0 comments on commit 1be2f34

Please sign in to comment.