From 483330d903c8c24896091766508afb6a2639d585 Mon Sep 17 00:00:00 2001 From: carter <92772303+zkcarter@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:29:31 +0800 Subject: [PATCH] add zkLink Nova goerli testnet and mainnet info (#4488) * add zkLink Nova goerli testnet and mainnet info * fix icon check error --- _data/chains/eip155-810180.json | 30 ++++++++++++++++++++++++++++++ _data/chains/eip155-810182.json | 30 ++++++++++++++++++++++++++++++ _data/icons/zklink-nova.json | 8 ++++++++ 3 files changed, 68 insertions(+) create mode 100644 _data/chains/eip155-810180.json create mode 100644 _data/chains/eip155-810182.json create mode 100644 _data/icons/zklink-nova.json diff --git a/_data/chains/eip155-810180.json b/_data/chains/eip155-810180.json new file mode 100644 index 000000000000..f07c20c67feb --- /dev/null +++ b/_data/chains/eip155-810180.json @@ -0,0 +1,30 @@ +{ + "name": "zkLink Nova Mainnet", + "chain": "ETH", + "rpc": ["https://rpc.zklink.io", "wss://rpc.zklink.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zklink.io", + "shortName": "zklink-nova", + "chainId": 810180, + "networkId": 810180, + "slip44": 1, + "icon": "zklink-nova", + "explorers": [ + { + "name": "zkLink Nova Block Explorer", + "url": "https://explorer.zklink.io", + "icon": "zklink-nova", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-59144", + "bridges": [{ "url": "https://portal.zklink.io" }] + } +} diff --git a/_data/chains/eip155-810182.json b/_data/chains/eip155-810182.json new file mode 100644 index 000000000000..54e7e8487256 --- /dev/null +++ b/_data/chains/eip155-810182.json @@ -0,0 +1,30 @@ +{ + "name": "zkLink Nova Goerli Testnet", + "chain": "ETH", + "rpc": ["https://goerli.rpc.zklink.io", "wss://goerli.rpc.zklink.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zklink.io", + "shortName": "zklink-nova-goerli", + "chainId": 810182, + "networkId": 810182, + "slip44": 1, + "icon": "zklink-nova", + "explorers": [ + { + "name": "zkLink Nova Block Explorer", + "url": "https://goerli.explorer.zklink.io", + "icon": "zklink-nova", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-59140", + "bridges": [{ "url": "https://goerli.portal.zklink.io" }] + } +} diff --git a/_data/icons/zklink-nova.json b/_data/icons/zklink-nova.json new file mode 100644 index 000000000000..d32251c6706a --- /dev/null +++ b/_data/icons/zklink-nova.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm", + "width": 512, + "height": 512, + "format": "png" + } +]