From d00e0df057f99e77ade46124608a25fa06b8fabe Mon Sep 17 00:00:00 2001 From: vishalpando <114057395+vishalpando@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:57:42 +0530 Subject: [PATCH] Addbothpando (#1908) * add pandonet and testnet * add pandonet and testnet --- _data/chains/eip155-3601.json | 22 ++++++++++++++++++++++ _data/chains/eip155-3602.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-3601.json create mode 100644 _data/chains/eip155-3602.json diff --git a/_data/chains/eip155-3601.json b/_data/chains/eip155-3601.json new file mode 100644 index 00000000..9b8f8c24 --- /dev/null +++ b/_data/chains/eip155-3601.json @@ -0,0 +1,22 @@ +{ + "name": "Pandonet", + "chain": "Pando", + "rpc": ["https://eth-rpc-api.pandoproject.org/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Pando token ", + "symbol": "PTX", + "decimals": 18 + }, + "infoURL": "https://www.pandoproject.org/", + "shortName": "pando-mainnet", + "chainId": 3601, + "networkId": 3601, + "explorers": [ + { + "name": "Pando Mainnet Explorer", + "url": "https://explorer.pandoproject.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-3602.json b/_data/chains/eip155-3602.json new file mode 100644 index 00000000..dc5350d2 --- /dev/null +++ b/_data/chains/eip155-3602.json @@ -0,0 +1,22 @@ +{ + "name": "Pando Testnet", + "chain": "Pando", + "rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Pando token ", + "symbol": "PTX", + "decimals": 18 + }, + "infoURL": "https://www.pandoproject.org/", + "shortName": "pando-testnet", + "chainId": 3602, + "networkId": 3602, + "explorers": [ + { + "name": "Pando Testnet Explorer", + "url": "https://testnet.explorer.pandoproject.org", + "standard": "none" + } + ] +}