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,
"format": "png"
}]
}, {
"name": "kardiachain",
"icons": [{
"url": "ipfs://QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV",
"format": "png",
"width": 297,
"height": 297
}]
}, {
"name": "thebifrost",
"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",
"chain": "DTH",
"icon": "dithereum",
"rpc": ["https://node-mainnet.dithereum.io"],
"faucets": ["https://faucet.dithereum.org"],
"name": "KardiaChain Mainnet",
"chain": "KAI",
"icon": "kardiachain",
"rpc": ["https://rpc.kardiachain.io"],
"faucets": [],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"name": "KardiaChain",
"symbol": "KAI",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dthmainnet",
"infoURL": "https://kardiachain.io",
"shortName": "kardiachain",
"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": [],
"infoURL": "https://elaeth.io/"
}, {
"name": "Dithereum Mainnet",
"name": "KardiaChain Mainnet",
"chainId": 24,
"shortName": "dthmainnet",
"networkId": 24,
"shortName": "kardiachain",
"networkId": 0,
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"name": "KardiaChain",
"symbol": "KAI",
"decimals": 18
},
"rpc": ["https://node-mainnet.dithereum.io"],
"faucets": ["https://faucet.dithereum.org"],
"infoURL": "https://dithereum.org"
"rpc": ["https://rpc.kardiachain.io"],
"faucets": [],
"infoURL": "https://kardiachain.io"
}, {
"name": "Cronos Mainnet Beta",
"chainId": 25,

View File

@ -403,20 +403,21 @@
"chainId": 23,
"networkId": 23
}, {
"name": "Dithereum Mainnet",
"chain": "DTH",
"icon": "dithereum",
"rpc": ["https://node-mainnet.dithereum.io"],
"faucets": ["https://faucet.dithereum.org"],
"name": "KardiaChain Mainnet",
"chain": "KAI",
"icon": "kardiachain",
"rpc": ["https://rpc.kardiachain.io"],
"faucets": [],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"name": "KardiaChain",
"symbol": "KAI",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dthmainnet",
"infoURL": "https://kardiachain.io",
"shortName": "kardiachain",
"chainId": 24,
"networkId": 24
"networkId": 0,
"redFlags": ["reusedChainId"]
}, {
"name": "Cronos Mainnet Beta",
"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",
"eladid": "eip155:22",
"eladidt": "eip155:23",
"dthmainnet": "eip155:24",
"kardiachain": "eip155:24",
"cro": "eip155:25",
"L1test": "eip155:26",
"shib": "eip155:27",