From 6818f910e2336132de579b75a24434d857221a30 Mon Sep 17 00:00:00 2001 From: Igor Sobolev <44194758+sobolev-igor@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:38:04 +0200 Subject: [PATCH] Add ZERO Network (#6095) * Add ZERO Network * Remove slip44 param * Add features param --------- Co-authored-by: ligi --- _data/chains/eip155-543210.json | 29 +++++++++++++++++++++++++++++ _data/icons/zero.json | 8 ++++++++ 2 files changed, 37 insertions(+) create mode 100644 _data/chains/eip155-543210.json create mode 100644 _data/icons/zero.json diff --git a/_data/chains/eip155-543210.json b/_data/chains/eip155-543210.json new file mode 100644 index 000000000000..f7c1f6cd0461 --- /dev/null +++ b/_data/chains/eip155-543210.json @@ -0,0 +1,29 @@ +{ + "name": "ZERO Network", + "chain": "ZERONetwork", + "icon": "zero", + "rpc": ["https://rpc.zerion.io/v1/zero"], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.zero.network" }] + }, + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.zero.network", + "shortName": "zero-network", + "chainId": 543210, + "networkId": 543210, + "explorers": [ + { + "name": "ZERO Network Explorer", + "url": "https://explorer.zero.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/zero.json b/_data/icons/zero.json new file mode 100644 index 000000000000..6bc82f5eac80 --- /dev/null +++ b/_data/icons/zero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X", + "width": 144, + "height": 144, + "format": "png" + } +]