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@93b475e385 🚀
This commit is contained in:
parent
38fa72b676
commit
a06ef248fe
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -508,7 +508,7 @@
|
|||
}, {
|
||||
"name": "Darwinia Pangolin Testnet",
|
||||
"chainId": 43,
|
||||
"shortName": "darwinia",
|
||||
"shortName": "pangolin",
|
||||
"networkId": 43,
|
||||
"nativeCurrency": {
|
||||
"name": "Pangolin Network Native Token\u201d",
|
||||
|
@ -531,6 +531,19 @@
|
|||
"rpc": ["http://crab-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://crab.network/"
|
||||
}, {
|
||||
"name": "Darwinia Pangoro Testnet",
|
||||
"chainId": 45,
|
||||
"shortName": "pangoro",
|
||||
"networkId": 45,
|
||||
"nativeCurrency": {
|
||||
"name": "Pangoro Network Native Token\u201d",
|
||||
"symbol": "ORING",
|
||||
"decimals": 9
|
||||
},
|
||||
"rpc": ["http://pangoro-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://darwinia.network/"
|
||||
}, {
|
||||
"name": "XinFin Network Mainnet",
|
||||
"chainId": 50,
|
||||
|
|
|
@ -663,7 +663,7 @@
|
|||
"decimals": 9
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "darwinia",
|
||||
"shortName": "pangolin",
|
||||
"chainId": 43,
|
||||
"networkId": 43,
|
||||
"explorers": [{
|
||||
|
@ -690,6 +690,25 @@
|
|||
"url": "https://crab.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Darwinia Pangoro Testnet",
|
||||
"chain": "pangoro",
|
||||
"rpc": ["http://pangoro-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Pangoro Network Native Token\u201d",
|
||||
"symbol": "ORING",
|
||||
"decimals": 9
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "pangoro",
|
||||
"chainId": 45,
|
||||
"networkId": 45,
|
||||
"explorers": [{
|
||||
"name": "subscan",
|
||||
"url": "https://pangoro.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "XinFin Network Mainnet",
|
||||
"chain": "XDC",
|
||||
|
|
|
@ -38,8 +38,9 @@
|
|||
"Telos EVM": "eip155:40",
|
||||
"Telos EVM Testnet": "eip155:41",
|
||||
"kov": "eip155:42",
|
||||
"darwinia": "eip155:43",
|
||||
"pangolin": "eip155:43",
|
||||
"crab": "eip155:44",
|
||||
"pangoro": "eip155:45",
|
||||
"xdc": "eip155:50",
|
||||
"TXDC": "eip155:51",
|
||||
"cet": "eip155:52",
|
||||
|
|
Loading…
Reference in New Issue
Block a user