From cdbe7e2c12092fa5a1ce094e1058185c5c9571e3 Mon Sep 17 00:00:00 2001 From: Paribu <48451298+paribu@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:04:11 +0300 Subject: [PATCH] Create eip155-35000.json --- _data/chains/eip155-35000.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-35000.json diff --git a/_data/chains/eip155-35000.json b/_data/chains/eip155-35000.json new file mode 100644 index 00000000..b172923c --- /dev/null +++ b/_data/chains/eip155-35000.json @@ -0,0 +1,25 @@ +{ + "name": "Paribu Net Testnet", + "chain": "PRB", + "network": "Paribu Net", + "rpc": [ + "https://rpc.testnet.paribuscan.com" + ], + "faucets": ["https://faucet.paribuscan.com"], + "nativeCurrency": { + "name": "PRB", + "symbol": "PRB", + "decimals": 18 + }, + "infoURL": "https://net.paribu.com", + "shortName": "prbtestnet", + "chainId": 35000, + "networkId": 35000, + "icon": "prb", + "explorers": [{ + "name": "Paribu Net Testnet Explorer", + "url": "https://testnet.paribuscan.com", + "icon": "explorer", + "standard": "EIP3091" + }] +}