mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"name": "Darwinia Pangoro Testnet",
|
|
"chain": "pangoro",
|
|
"rpc": ["http://pangoro-rpc.darwinia.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Pangoro Network Native Token”",
|
|
"symbol": "ORING",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://darwinia.network/",
|
|
"shortName": "pangoro",
|
|
"chainId": 45,
|
|
"networkId": 45,
|
|
"explorers": [
|
|
{
|
|
"name": "subscan",
|
|
"url": "https://pangoro.subscan.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|