mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
562 B
JSON
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"
|
|
}]
|
|
}
|