chains/_data/chains/eip155-43.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

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"
}
]
}