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