mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add initial ethereum icon
This commit is contained in:
parent
7b2edb8edb
commit
1be2f34366
|
@ -2,6 +2,7 @@
|
||||||
"name": "Ethereum Mainnet",
|
"name": "Ethereum Mainnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
|
"icon": "ethereum",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
|
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
|
||||||
|
|
8
_data/icons/ethereum.json
Normal file
8
_data/icons/ethereum.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt",
|
||||||
|
"width":1000,
|
||||||
|
"height":1628,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user