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

This commit is contained in:
ligi 2023-03-01 21:48:38 +00:00
parent ec9b8e34c5
commit 9ea30b82fc
14 changed files with 95 additions and 5 deletions

View File

@ -70,6 +70,14 @@
"height": 48, "height": 48,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "klyntar",
"icons": [{
"url": "ipfs://QmaDr9R6dKnZLsogRxojjq4dwXuXcudR8UeTZ8Nq553K4u",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "europa", "name": "europa",
"icons": [{ "icons": [{
@ -1070,6 +1078,14 @@
"height": 400, "height": 400,
"format": "png" "format": "png"
}] }]
}, {
"name": "klyntarscan",
"icons": [{
"url": "ipfs://QmcG5mgAnj67Edg83W2yAs6YF8gPSJqGYg24PqeioSsktx",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "chiliz", "name": "chiliz",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

22
chains/eip155-7331.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "KLYNTAR",
"chain": "KLY",
"rpc": [
"https://evm.klyntar.org/kly_evm_rpc",
"https://evm.klyntarscan.org/kly_evm_rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "KLYNTAR",
"symbol": "KLY",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://klyntar.org",
"shortName": "kly",
"chainId": 7331,
"networkId": 7331,
"icon": "klyntar",
"explorers": [],
"status": "incubating"
}

File diff suppressed because one or more lines are too long

View File

@ -5796,6 +5796,19 @@
"rpc": ["https://evm-rpc.planq.network"], "rpc": ["https://evm-rpc.planq.network"],
"faucets": [], "faucets": [],
"infoURL": "https://planq.network" "infoURL": "https://planq.network"
}, {
"name": "KLYNTAR",
"chainId": 7331,
"shortName": "kly",
"networkId": 7331,
"nativeCurrency": {
"name": "KLYNTAR",
"symbol": "KLY",
"decimals": 18
},
"rpc": ["https://evm.klyntar.org/kly_evm_rpc", "https://evm.klyntarscan.org/kly_evm_rpc"],
"faucets": [],
"infoURL": "https://klyntar.org"
}, { }, {
"name": "Shyft Mainnet", "name": "Shyft Mainnet",
"chainId": 7341, "chainId": 7341,

View File

@ -8573,6 +8573,28 @@
"url": "https://explorer.planq.network", "url": "https://explorer.planq.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "KLYNTAR",
"chain": "KLY",
"rpc": ["https://evm.klyntar.org/kly_evm_rpc", "https://evm.klyntarscan.org/kly_evm_rpc"],
"faucets": [],
"nativeCurrency": {
"name": "KLYNTAR",
"symbol": "KLY",
"decimals": 18
},
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"infoURL": "https://klyntar.org",
"shortName": "kly",
"chainId": 7331,
"networkId": 7331,
"icon": "klyntar",
"explorers": [],
"status": "incubating"
}, { }, {
"name": "Shyft Mainnet", "name": "Shyft Mainnet",
"chain": "SHYFT", "chain": "SHYFT",

8
icons/klyntar.json Normal file
View File

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

8
icons/klyntarscan.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -445,6 +445,7 @@
"zetachain-athens": "eip155:7001", "zetachain-athens": "eip155:7001",
"ELLA": "eip155:7027", "ELLA": "eip155:7027",
"planq": "eip155:7070", "planq": "eip155:7070",
"kly": "eip155:7331",
"shyft": "eip155:7341", "shyft": "eip155:7341",
"canto": "eip155:7700", "canto": "eip155:7700",
"RiseOfTheWarbotsTestnet": "eip155:7777", "RiseOfTheWarbotsTestnet": "eip155:7777",