Update pangolin and crab network data (#638)

This commit is contained in:
echo 2021-12-10 01:18:41 +08:00 committed by GitHub
parent 4624419291
commit 166cf1ec41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 8 deletions

View File

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