Add Paribu Net Mainnet and Testnet (#972)

* Create eip155-34000.json

* Create eip155-35000.json

* Create prb.json
This commit is contained in:
Paribu 2022-03-14 11:12:21 +03:00 committed by GitHub
parent 5379111ddf
commit d4e17d497a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View File

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

View File

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

8
_data/icons/prb.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD",
"width":2362,
"height":2362,
"format":"png"
}
]