From 498ad3e788dd07f4bfe7b69f77551baa88160429 Mon Sep 17 00:00:00 2001 From: ZCore Network <35813800+zcore-coin@users.noreply.github.com> Date: Thu, 18 Nov 2021 20:18:42 -0300 Subject: [PATCH] Add ZCore Testnet (#567) * Add ZCore Testnet * Fix shortName --- _data/chains/eip155-3331.json | 21 +++++++++++++++++++++ _data/icons/zcore.json | 8 ++++++++ 2 files changed, 29 insertions(+) create mode 100644 _data/chains/eip155-3331.json create mode 100644 _data/icons/zcore.json diff --git a/_data/chains/eip155-3331.json b/_data/chains/eip155-3331.json new file mode 100644 index 00000000..afa0c409 --- /dev/null +++ b/_data/chains/eip155-3331.json @@ -0,0 +1,21 @@ +{ + "name": "ZCore Testnet", + "chain": "Beach", + "network": "testnet", + "icon": "zcore", + "rpc": [ + "https://rpc-testnet.zcore.cash" + ], + "faucets": [ + "https://faucet.zcore.cash" + ], + "nativeCurrency": { + "name": "ZCore", + "symbol": "ZCR", + "decimals": 18 + }, + "infoURL": "https://zcore.cash", + "shortName": "zcrbeach", + "chainId": 3331, + "networkId": 3331 +} diff --git a/_data/icons/zcore.json b/_data/icons/zcore.json new file mode 100644 index 00000000..17a21414 --- /dev/null +++ b/_data/icons/zcore.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4", + "width":1050, + "height":1050, + "format":"png" + } +]