mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@166cf1ec41 🚀
This commit is contained in:
parent
6e6b927512
commit
45232c7004
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -485,12 +485,12 @@
|
|||
"shortName": "darwinia",
|
||||
"networkId": 43,
|
||||
"nativeCurrency": {
|
||||
"name": "Pangolin RING",
|
||||
"name": "Pangolin Network Native Token\u201d",
|
||||
"symbol": "PRING",
|
||||
"decimals": 9
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"rpc": ["http://pangolin-rpc.darwinia.network"],
|
||||
"faucets": ["https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"],
|
||||
"infoURL": "https://darwinia.network/"
|
||||
}, {
|
||||
"name": "Darwinia Crab Network",
|
||||
|
@ -498,11 +498,11 @@
|
|||
"shortName": "crab",
|
||||
"networkId": 44,
|
||||
"nativeCurrency": {
|
||||
"name": "Crab Token",
|
||||
"symbol": "CRING",
|
||||
"name": "Crab Network Native Token",
|
||||
"symbol": "CRAB",
|
||||
"decimals": 9
|
||||
},
|
||||
"rpc": [],
|
||||
"rpc": ["http://crab-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://crab.network/"
|
||||
}, {
|
||||
|
|
|
@ -648,32 +648,42 @@
|
|||
"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\u201d",
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "XinFin Network Mainnet",
|
||||
"chain": "XDC",
|
||||
|
|
Loading…
Reference in New Issue
Block a user