Skip to content

Commit

Permalink
add testnet pika
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Masood committed Oct 31, 2024
1 parent 9adc348 commit 583dec9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-4422.json
Original file line number Diff line number Diff line change
@@ -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": []
}
8 changes: 8 additions & 0 deletions _data/icons/testnetpsc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXmBxoHWyPfpYP3gLfVB2d5DfVKT4FXKb4Bt6m7nf19wL",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit 583dec9

Please sign in to comment.