From 5834bc51e8fa80ad708e632810994912459e23fd Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Thu, 20 Apr 2023 15:16:04 +0100 Subject: [PATCH] Add Zilliqa Mainnet (#2684) --- _data/chains/eip155-32769.json | 23 +++++++++++++++++++++++ _data/icons/zilliqa.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-32769.json create mode 100644 _data/icons/zilliqa.json diff --git a/_data/chains/eip155-32769.json b/_data/chains/eip155-32769.json new file mode 100644 index 00000000..f8f81f09 --- /dev/null +++ b/_data/chains/eip155-32769.json @@ -0,0 +1,23 @@ +{ + "name": "Zilliqa EVM", + "chain": "ZIL", + "rpc": ["https://api.zilliqa.com"], + "faucets": [], + "nativeCurrency": { + "name": "Zilliqa", + "symbol": "ZIL", + "decimals": 18 + }, + "infoURL": "https://www.zilliqa.com/", + "shortName": "zil", + "chainId": 32769, + "networkId": 32769, + "icon": "zilliqa", + "explorers": [ + { + "name": "Zilliqa EVM Explorer", + "url": "https://evmx.zilliqa.com", + "standard": "none" + } + ] +} diff --git a/_data/icons/zilliqa.json b/_data/icons/zilliqa.json new file mode 100644 index 00000000..b6a423f8 --- /dev/null +++ b/_data/icons/zilliqa.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp", + "width": 2048, + "height": 2048, + "format": "png" + } +]