mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"name": "PandoProject Mainnet",
|
|
"chain": "PandoProject",
|
|
"icon": "pando",
|
|
"rpc": ["https://eth-rpc-api.pandoproject.org/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "pando-token",
|
|
"symbol": "PTX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.pandoproject.org/",
|
|
"shortName": "pando-mainnet",
|
|
"chainId": 3601,
|
|
"networkId": 3601,
|
|
"explorers": [
|
|
{
|
|
"name": "Pando Mainnet Explorer",
|
|
"url": "https://explorer.pandoproject.org",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|