From 8550418b3e1ca24aac1757443d2acc34280bab64 Mon Sep 17 00:00:00 2001 From: Peperium Chain <134679714+Peperium@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:58:29 +0700 Subject: [PATCH] Add Peperium Chain Testnet (#3042) * Add Peperium Chain Testnet * Add Peperium Chain Testnet --------- Co-authored-by: ligi --- _data/chains/eip155-4001.json | 24 ++++++++++++++++++++++++ _data/icons/peperium.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-4001.json create mode 100644 _data/icons/peperium.json diff --git a/_data/chains/eip155-4001.json b/_data/chains/eip155-4001.json new file mode 100644 index 00000000..fd102ea6 --- /dev/null +++ b/_data/chains/eip155-4001.json @@ -0,0 +1,24 @@ +{ + "name": "Peperium Chain Testnet", + "chain": "PERIUM", + "rpc": ["https://rpc-testnet.peperium.io"], + "faucets": [], + "nativeCurrency": { + "name": "Peperium Chain Testnet", + "symbol": "PERIUM", + "decimals": 18 + }, + "infoURL": "https://peperium.io", + "shortName": "PERIUM", + "chainId": 4001, + "networkId": 4001, + "icon": "peperium", + "explorers": [ + { + "name": "Peperium Chain Explorer", + "url": "https://scan-testnet.peperium.io", + "icon": "peperium", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/peperium.json b/_data/icons/peperium.json new file mode 100644 index 00000000..3af8ce71 --- /dev/null +++ b/_data/icons/peperium.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmag2hr5DQghRzKPN3oUFBkjWzqd5CndQzZeb5LfoiMCXf", + "width": 160, + "height": 160, + "format": "png" + } +]