Add Planq mainnet (#1952)

This commit is contained in:
ivanshukhov 2022-11-29 02:27:06 +01:00 committed by GitHub
parent fd6f593373
commit 484df1fa5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

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"
}
]
}

8
_data/icons/planq.json Normal file
View File

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