Update pangolin and crab network data

This commit is contained in:
echo 2021-12-09 15:37:07 +08:00
parent 4624419291
commit e3380590a4
2 changed files with 24 additions and 8 deletions

View File

@ -2,15 +2,24 @@
"name": "Darwinia Pangolin Testnet",
"chain": "pangolin",
"network": "free testnet",
"rpc": [],
"faucets": [],
"rpc": [
"http://pangolin-rpc.darwinia.network"
],
"faucets": [
"https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"
],
"nativeCurrency": {
"name": "Pangolin RING",
"name": "Pangolin Network Native Token”",
"symbol": "PRING",
"decimals": 9
},
"infoURL": "https://darwinia.network/",
"shortName": "darwinia",
"chainId": 43,
"networkId": 43
"networkId": 43,
"explorers": [{
"name": "subscan",
"url": "https://pangolin.subscan.io",
"standard": "none"
}]
}

View File

@ -2,15 +2,22 @@
"name": "Darwinia Crab Network",
"chain": "crab",
"network": "Crab network",
"rpc": [],
"rpc": [
"http://crab-rpc.darwinia.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Crab Token",
"symbol": "CRING",
"name": "Crab Network Native Token",
"symbol": "CRAB",
"decimals": 9
},
"infoURL": "https://crab.network/",
"shortName": "crab",
"chainId": 44,
"networkId": 44
"networkId": 44,
"explorers": [{
"name": "subscan",
"url": "https://crab.subscan.io",
"standard": "none"
}]
}