mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
![Paribu](/assets/img/avatar_default.png)
* Create eip155-34000.json * Create eip155-35000.json * Create prb.json * Update and rename eip155-34000.json to eip155-3400.json * Update and rename eip155-35000.json to eip155-3500.json
26 lines
507 B
JSON
26 lines
507 B
JSON
{
|
|
"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": 3400,
|
|
"networkId": 3400,
|
|
"icon": "prb",
|
|
"explorers": [{
|
|
"name": "Paribu Net Explorer",
|
|
"url": "https://explorer.paribu.network",
|
|
"icon": "explorer",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|