From d4e17d497a6d935a19c4a223f2077abf3a38f943 Mon Sep 17 00:00:00 2001 From: Paribu <48451298+paribu@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:12:21 +0300 Subject: [PATCH] Add Paribu Net Mainnet and Testnet (#972) * Create eip155-34000.json * Create eip155-35000.json * Create prb.json --- _data/chains/eip155-34000.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-35000.json | 25 +++++++++++++++++++++++++ _data/icons/prb.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-34000.json create mode 100644 _data/chains/eip155-35000.json create mode 100644 _data/icons/prb.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" + }] +} 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" + }] +} diff --git a/_data/icons/prb.json b/_data/icons/prb.json new file mode 100644 index 00000000..423e37a5 --- /dev/null +++ b/_data/icons/prb.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD", + "width":2362, + "height":2362, + "format":"png" + } +]