diff --git a/_data/chains/eip155-7070.json b/_data/chains/eip155-7070.json new file mode 100644 index 00000000..2ce1de85 --- /dev/null +++ b/_data/chains/eip155-7070.json @@ -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" + } + ] +} diff --git a/_data/icons/planq.json b/_data/icons/planq.json new file mode 100644 index 00000000..b98fd0a0 --- /dev/null +++ b/_data/icons/planq.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D", + "width": 256, + "height": 256, + "format": "png" + } +]