From e6b8293d30d559c728850608e9c45ba8088119b8 Mon Sep 17 00:00:00 2001 From: Soheilafsha <105144433+Soheilafsha@users.noreply.github.com> Date: Thu, 19 May 2022 21:24:57 +0430 Subject: [PATCH] Pr/10871 (#1160) * Create eip155-30067.json * Update eip155-30067.json * Create piecechain.json Co-authored-by: piecenetwork <104021337+piecenetwork@users.noreply.github.com> --- _data/chains/eip155-30067.json | 23 +++++++++++++++++++++++ _data/icons/piecechain.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-30067.json create mode 100644 _data/icons/piecechain.json diff --git a/_data/chains/eip155-30067.json b/_data/chains/eip155-30067.json new file mode 100644 index 00000000..5040dfd5 --- /dev/null +++ b/_data/chains/eip155-30067.json @@ -0,0 +1,23 @@ +{ + "name": "Piece testnet", + "chain": "PieceNetwork", + "icon": "piecechain", + "rpc": ["https://testnet-rpc0.piecenetwork.com"], + "faucets": ["https://piecenetwork.com/faucet"], + "nativeCurrency": { + "name": "ECE", + "symbol": "ECE", + "decimals": 18 + }, + "infoURL": "https://piecenetwork.com", + "shortName": "Piece", + "chainId": 30067, + "networkId": 30067, + "explorers": [ + { + "name": "Piece Scan", + "url": "https://testnet-scan.piecenetwork.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/piecechain.json b/_data/icons/piecechain.json new file mode 100644 index 00000000..65146d25 --- /dev/null +++ b/_data/icons/piecechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH", + "width": 800, + "height": 800, + "format": "png" + } +]