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@484df1fa5c 🚀
This commit is contained in:
parent
22ff9b0598
commit
4ae9597700
|
@ -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
28
chains/eip155-7070.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/planq.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user