mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "Darwinia Pangolin Testnet",
|
|
"chain": "pangolin",
|
|
"rpc": ["https://pangolin-rpc.darwinia.network"],
|
|
"faucets": [
|
|
"https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Pangolin Network Native Token”",
|
|
"symbol": "PRING",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://darwinia.network/",
|
|
"shortName": "pangolin",
|
|
"chainId": 43,
|
|
"networkId": 43,
|
|
"explorers": [
|
|
{
|
|
"name": "subscan",
|
|
"url": "https://pangolin.subscan.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|