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

This commit is contained in:
ligi 2022-11-29 01:31:24 +00:00
parent 22ff9b0598
commit 4ae9597700
9 changed files with 85 additions and 3 deletions

View File

@ -198,6 +198,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "planq",
"icons": [{
"url": "ipfs://QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D",
"width": 256,
"height": 256,
"format": "png"
}]
}, {
"name": "uzmi",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

28
chains/eip155-7070.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "Planq Mainnet",
"chain": "Planq",
"icon": "planq",
"rpc": ["https://evm-rpc.planq.network"],
"faucets": [],
"nativeCurrency": {
"name": "Planq",
"symbol": "PLQ",
"decimals": 18
},
"infoURL": "https://planq.network",
"shortName": "planq",
"chainId": 7070,
"networkId": 7070,
"explorers": [
{
"name": "Planq EVM Explorer (Blockscout)",
"url": "https://evm.planq.network",
"standard": "none"
},
{
"name": "Planq Cosmos Explorer (BigDipper)",
"url": "https://explorer.planq.network",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4600,6 +4600,19 @@
"rpc": ["https://rpc.ella.network"],
"faucets": [],
"infoURL": "https://ella.network"
}, {
"name": "Planq Mainnet",
"chainId": 7070,
"shortName": "planq",
"networkId": 7070,
"nativeCurrency": {
"name": "Planq",
"symbol": "PLQ",
"decimals": 18
},
"rpc": ["https://evm-rpc.planq.network"],
"faucets": [],
"infoURL": "https://planq.network"
}, {
"name": "Shyft Mainnet",
"chainId": 7341,

View File

@ -6599,6 +6599,30 @@
"url": "https://ella.network",
"standard": "EIP3091"
}]
}, {
"name": "Planq Mainnet",
"chain": "Planq",
"icon": "planq",
"rpc": ["https://evm-rpc.planq.network"],
"faucets": [],
"nativeCurrency": {
"name": "Planq",
"symbol": "PLQ",
"decimals": 18
},
"infoURL": "https://planq.network",
"shortName": "planq",
"chainId": 7070,
"networkId": 7070,
"explorers": [{
"name": "Planq EVM Explorer (Blockscout)",
"url": "https://evm.planq.network",
"standard": "none"
}, {
"name": "Planq Cosmos Explorer (BigDipper)",
"url": "https://explorer.planq.network",
"standard": "none"
}]
}, {
"name": "Shyft Mainnet",
"chain": "SHYFT",

8
icons/planq.json Normal file
View File

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

View File

@ -353,6 +353,7 @@
"tombchain": "eip155:6969",
"psc": "eip155:6999",
"ELLA": "eip155:7027",
"planq": "eip155:7070",
"shyft": "eip155:7341",
"canto": "eip155:7700",
"RiseOfTheWarbotsTestnet": "eip155:7777",