mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update pangolin and crab network data
This commit is contained in:
parent
4624419291
commit
e3380590a4
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user