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

This commit is contained in:
ligi 2022-03-27 11:16:24 +00:00
parent d4d0fc8bc9
commit 9eb104587e
5 changed files with 74 additions and 2 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

@ -1571,6 +1571,19 @@
"rpc": ["https://mainnet.web3q.io:8545"], "rpc": ["https://mainnet.web3q.io:8545"],
"faucets": [], "faucets": [],
"infoURL": "https://web3q.io/home.w3q/" "infoURL": "https://web3q.io/home.w3q/"
}, {
"name": "DFK Chain Test",
"chainId": 335,
"shortName": "DFKTEST",
"networkId": 335,
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"rpc": ["https://api-dfk.avax-test.network/rpc"],
"faucets": [],
"infoURL": "https://defikingdoms.com"
}, { }, {
"name": "Shiden", "name": "Shiden",
"chainId": 336, "chainId": 336,
@ -3378,6 +3391,19 @@
"rpc": ["https://nodeapi.test.energi.network"], "rpc": ["https://nodeapi.test.energi.network"],
"faucets": [], "faucets": [],
"infoURL": "https://www.energi.world/" "infoURL": "https://www.energi.world/"
}, {
"name": "DFK Chain",
"chainId": 53935,
"shortName": "DFK",
"networkId": 53935,
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"rpc": ["https://api-dfk.avax.network/rpc"],
"faucets": [],
"infoURL": "https://defikingdoms.com"
}, { }, {
"name": "REI Chain Mainnet", "name": "REI Chain Mainnet",
"chainId": 55555, "chainId": 55555,

View File

@ -2157,6 +2157,28 @@
"url": "https://explorer.mainnet.web3q.io", "url": "https://explorer.mainnet.web3q.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "DFK Chain Test",
"chain": "DFK",
"icon": "dfk",
"network": "testnet",
"rpc": ["https://api-dfk.avax-test.network/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"infoURL": "https://defikingdoms.com",
"shortName": "DFKTEST",
"chainId": 335,
"networkId": 335,
"explorers": [{
"name": "ethernal",
"url": "https://explorer-test.dfkchain.com",
"icon": "ethereum",
"standard": "none"
}]
}, { }, {
"name": "Shiden", "name": "Shiden",
"chain": "SDN", "chain": "SDN",
@ -4620,6 +4642,28 @@
"chainId": 49797, "chainId": 49797,
"networkId": 49797, "networkId": 49797,
"slip44": 49797 "slip44": 49797
}, {
"name": "DFK Chain",
"chain": "DFK",
"icon": "dfk",
"network": "mainnet",
"rpc": ["https://api-dfk.avax.network/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"infoURL": "https://defikingdoms.com",
"shortName": "DFK",
"chainId": 53935,
"networkId": 53935,
"explorers": [{
"name": "ethernal",
"url": "https://explorer.dfkchain.com",
"icon": "ethereum",
"standard": "none"
}]
}, { }, {
"name": "REI Chain Mainnet", "name": "REI Chain Mainnet",
"chain": "REI", "chain": "REI",

View File

@ -120,6 +120,7 @@
"kcs": "eip155:321", "kcs": "eip155:321",
"kcst": "eip155:322", "kcst": "eip155:322",
"w3q": "eip155:333", "w3q": "eip155:333",
"DFKTEST": "eip155:335",
"sdn": "eip155:336", "sdn": "eip155:336",
"tcro": "eip155:338", "tcro": "eip155:338",
"theta-mainnet": "eip155:361", "theta-mainnet": "eip155:361",
@ -259,6 +260,7 @@
"ALFA": "eip155:44787", "ALFA": "eip155:44787",
"REI": "eip155:47805", "REI": "eip155:47805",
"tnrg": "eip155:49797", "tnrg": "eip155:49797",
"DFK": "eip155:53935",
"rei": "eip155:55555", "rei": "eip155:55555",
"trei": "eip155:55556", "trei": "eip155:55556",
"TKM-test0": "eip155:60000", "TKM-test0": "eip155:60000",