From 753a6225e25514dd6ba70e26e6bb4c081f921f80 Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:36:23 -0400 Subject: [PATCH] Add zkSync alpha testnet (#1399) * Add zkSync alpha testnet * Change shortName to be unique * Typo * Oops --- _data/chains/eip155-280.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-280.json diff --git a/_data/chains/eip155-280.json b/_data/chains/eip155-280.json new file mode 100644 index 00000000..092c9c40 --- /dev/null +++ b/_data/chains/eip155-280.json @@ -0,0 +1,26 @@ +{ + "name": "zkSync alpha testnet", + "chain": "ETH", + "rpc": [ + "https://zksync2-testnet.zksync.dev" + ], + "faucets": [ + "https://portal.zksync.io/faucet" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://v2-docs.zksync.io/", + "shortName": "zksync-goerli", + "chainId": 280, + "networkId": 280, + "icon": "ethereum", + "explorers": [{ + "name": "blockscout", + "url": "https://zksync2-testnet.zkscan.io", + "icon": "blockscout", + "standard": "EIP3091" + }] +}