diff --git a/_data/chains/eip155-4422.json b/_data/chains/eip155-4422.json new file mode 100644 index 000000000000..5f4fb36193b4 --- /dev/null +++ b/_data/chains/eip155-4422.json @@ -0,0 +1,25 @@ +{ + "name": "Testnet Pika", + "chain": "tPKA", + "rpc": ["https://testnet-rpc1.pikascan.com"], + "faucets": [], + "icon": "testnetpsc", + "nativeCurrency": { + "name": "Testnet Pika", + "symbol": "tPKA", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://pikaminter.com", + "shortName": "PikaMinter", + "chainId": 4422, + "networkId": 4422, + "explorers": [] +} diff --git a/_data/icons/testnetpsc.json b/_data/icons/testnetpsc.json new file mode 100644 index 000000000000..4324b7fb85d1 --- /dev/null +++ b/_data/icons/testnetpsc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXmBxoHWyPfpYP3gLfVB2d5DfVKT4FXKb4Bt6m7nf19wL", + "width": 500, + "height": 500, + "format": "png" + } +]