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