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" + } +]