mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
feat: zora network icon (#3034)
* feat: zora network icon * fix: add reference to icon * refactor: update domains
This commit is contained in:
parent
e50018bffc
commit
da1b5ed35e
|
@ -1,21 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "Zora",
|
"name": "Zora",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": ["https://rpc.zora.co/"],
|
"rpc": ["https://rpc.zora.energy/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
"symbol": "ETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://zora.co",
|
"icon": "zora",
|
||||||
|
"infoURL": "https://zora.energy",
|
||||||
"shortName": "zora",
|
"shortName": "zora",
|
||||||
"chainId": 7777777,
|
"chainId": 7777777,
|
||||||
"networkId": 7777777,
|
"networkId": 7777777,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Zora Network Explorer",
|
"name": "Zora Network Explorer",
|
||||||
"url": "https://explorer.zora.co",
|
"url": "https://explorer.zora.energy",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
8
_data/icons/zora.json
Normal file
8
_data/icons/zora.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7",
|
||||||
|
"width": 2390,
|
||||||
|
"height": 2390,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user