chains/_data/chains/eip155-35000.json
Paribu d4e17d497a
Add Paribu Net Mainnet and Testnet (#972)
* Create eip155-34000.json

* Create eip155-35000.json

* Create prb.json
2022-03-14 09:12:21 +01:00

26 lines
562 B
JSON

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