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@a5be5fc646 🚀
This commit is contained in:
parent
5b6710308e
commit
d724a1686d
|
@ -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
|
@ -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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/kardiachain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXoHaZXJevc59GuzEgBhwRSH6kio1agMRvL8bD93pARRV",
|
||||
"format": "png",
|
||||
"width": 297,
|
||||
"height": 297
|
||||
}
|
||||
]
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user