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

This commit is contained in:
ligi 2022-11-18 09:39:23 +00:00
parent 5b6710308e
commit d724a1686d
9 changed files with 50 additions and 32 deletions

View File

@ -750,6 +750,14 @@
"height": 521, "height": 521,
"format": "png" "format": "png"
}] }]
}, {
"name": "kardiachain",
"icons": [{
"url": "ipfs://QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV",
"format": "png",
"width": 297,
"height": 297
}]
}, { }, {
"name": "thebifrost", "name": "thebifrost",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,16 +1,17 @@
{ {
"name": "Dithereum Mainnet", "name": "KardiaChain Mainnet",
"chain": "DTH", "chain": "KAI",
"icon": "dithereum", "icon": "kardiachain",
"rpc": ["https://node-mainnet.dithereum.io"], "rpc": ["https://rpc.kardiachain.io"],
"faucets": ["https://faucet.dithereum.org"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Dither", "name": "KardiaChain",
"symbol": "DTH", "symbol": "KAI",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://dithereum.org", "infoURL": "https://kardiachain.io",
"shortName": "dthmainnet", "shortName": "kardiachain",
"chainId": 24, "chainId": 24,
"networkId": 24 "networkId": 0,
"redFlags": ["reusedChainId"]
} }

File diff suppressed because one or more lines are too long

View File

@ -298,18 +298,18 @@
"faucets": [], "faucets": [],
"infoURL": "https://elaeth.io/" "infoURL": "https://elaeth.io/"
}, { }, {
"name": "Dithereum Mainnet", "name": "KardiaChain Mainnet",
"chainId": 24, "chainId": 24,
"shortName": "dthmainnet", "shortName": "kardiachain",
"networkId": 24, "networkId": 0,
"nativeCurrency": { "nativeCurrency": {
"name": "Dither", "name": "KardiaChain",
"symbol": "DTH", "symbol": "KAI",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://node-mainnet.dithereum.io"], "rpc": ["https://rpc.kardiachain.io"],
"faucets": ["https://faucet.dithereum.org"], "faucets": [],
"infoURL": "https://dithereum.org" "infoURL": "https://kardiachain.io"
}, { }, {
"name": "Cronos Mainnet Beta", "name": "Cronos Mainnet Beta",
"chainId": 25, "chainId": 25,

View File

@ -403,20 +403,21 @@
"chainId": 23, "chainId": 23,
"networkId": 23 "networkId": 23
}, { }, {
"name": "Dithereum Mainnet", "name": "KardiaChain Mainnet",
"chain": "DTH", "chain": "KAI",
"icon": "dithereum", "icon": "kardiachain",
"rpc": ["https://node-mainnet.dithereum.io"], "rpc": ["https://rpc.kardiachain.io"],
"faucets": ["https://faucet.dithereum.org"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Dither", "name": "KardiaChain",
"symbol": "DTH", "symbol": "KAI",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://dithereum.org", "infoURL": "https://kardiachain.io",
"shortName": "dthmainnet", "shortName": "kardiachain",
"chainId": 24, "chainId": 24,
"networkId": 24 "networkId": 0,
"redFlags": ["reusedChainId"]
}, { }, {
"name": "Cronos Mainnet Beta", "name": "Cronos Mainnet Beta",
"chain": "CRO", "chain": "CRO",

8
icons/kardiachain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV",
"format": "png",
"width": 297,
"height": 297
}
]

View File

@ -22,7 +22,7 @@
"esct": "eip155:21", "esct": "eip155:21",
"eladid": "eip155:22", "eladid": "eip155:22",
"eladidt": "eip155:23", "eladidt": "eip155:23",
"dthmainnet": "eip155:24", "kardiachain": "eip155:24",
"cro": "eip155:25", "cro": "eip155:25",
"L1test": "eip155:26", "L1test": "eip155:26",
"shib": "eip155:27", "shib": "eip155:27",