Deploying to gh-pages from @ ethereum-lists/chains@93b475e385 🚀

This commit is contained in:
ligi 2022-01-18 15:27:44 +00:00
parent 38fa72b676
commit a06ef248fe
5 changed files with 38 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -508,7 +508,7 @@
}, { }, {
"name": "Darwinia Pangolin Testnet", "name": "Darwinia Pangolin Testnet",
"chainId": 43, "chainId": 43,
"shortName": "darwinia", "shortName": "pangolin",
"networkId": 43, "networkId": 43,
"nativeCurrency": { "nativeCurrency": {
"name": "Pangolin Network Native Token\u201d", "name": "Pangolin Network Native Token\u201d",
@ -531,6 +531,19 @@
"rpc": ["http://crab-rpc.darwinia.network"], "rpc": ["http://crab-rpc.darwinia.network"],
"faucets": [], "faucets": [],
"infoURL": "https://crab.network/" "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", "name": "XinFin Network Mainnet",
"chainId": 50, "chainId": 50,

View File

@ -663,7 +663,7 @@
"decimals": 9 "decimals": 9
}, },
"infoURL": "https://darwinia.network/", "infoURL": "https://darwinia.network/",
"shortName": "darwinia", "shortName": "pangolin",
"chainId": 43, "chainId": 43,
"networkId": 43, "networkId": 43,
"explorers": [{ "explorers": [{
@ -690,6 +690,25 @@
"url": "https://crab.subscan.io", "url": "https://crab.subscan.io",
"standard": "none" "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", "name": "XinFin Network Mainnet",
"chain": "XDC", "chain": "XDC",

View File

@ -38,8 +38,9 @@
"Telos EVM": "eip155:40", "Telos EVM": "eip155:40",
"Telos EVM Testnet": "eip155:41", "Telos EVM Testnet": "eip155:41",
"kov": "eip155:42", "kov": "eip155:42",
"darwinia": "eip155:43", "pangolin": "eip155:43",
"crab": "eip155:44", "crab": "eip155:44",
"pangoro": "eip155:45",
"xdc": "eip155:50", "xdc": "eip155:50",
"TXDC": "eip155:51", "TXDC": "eip155:51",
"cet": "eip155:52", "cet": "eip155:52",