Add ZORA chain mainnet (#3014)

This commit is contained in:
Iain Nash 2023-06-14 21:01:37 -04:00 committed by GitHub
parent ab0440f2eb
commit 8e1f427ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "Zora",
"chain": "ETH",
"rpc": ["https://rpc.zora.co/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zora.co",
"shortName": "zora",
"chainId": 7777777,
"networkId": 7777777,
"explorers": [
{
"name": "Zora Network Explorer",
"url": "https://explorer.zora.co",
"standard": "EIP3091"
}
]
}