From a1d70b5671fa427f23ce453283eda5c431e61127 Mon Sep 17 00:00:00 2001 From: arose0 <99363794+arose0@users.noreply.github.com> Date: Sun, 11 Dec 2022 20:32:55 -0800 Subject: [PATCH] Adding zkSync v2 (#1693) * Adding zkSync v2 * updating after running Prettier formatter * removing slash from explorer URL Co-authored-by: ligi --- _data/chains/eip155-324.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _data/chains/eip155-324.json diff --git a/_data/chains/eip155-324.json b/_data/chains/eip155-324.json new file mode 100644 index 00000000..1b38efdb --- /dev/null +++ b/_data/chains/eip155-324.json @@ -0,0 +1,29 @@ +{ + "name": "zkSync v2", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://zksync.io/", + "shortName": "zksync", + "chainId": 324, + "networkId": 324, + "icon": "ethereum", + "explorers": [ + { + "name": "zkSync v2 Block Explorer", + "url": "https://explorer.zksync.io", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [] + }, + "status": "incubating" +}