mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|