Skip to content

Commit

Permalink
Merge pull request #117 from LightLABS-Dev/main
Browse files Browse the repository at this point in the history
Add Prysm.json
  • Loading branch information
liangping authored Oct 26, 2024
2 parents 6a190e1 + 788f36a commit c190a9d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions chains/testnet/prysm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"chain_name": "prysm",
"coingecko": "prysm",
"api": [
{
"address": "https://prysm-testnet-rpc.itrocket.net",
"provider": "ITRocket"
}
],
"rpc": [
{
"address": "https://prysm-testnet-api.itrocket.net",
"provider": "ITRocket"
}
],
"sdk_version": "0.50.8",
"addr_prefix": "prysm",
"logo": "/logos/prysm.jpg",
"assets": [
{
"base": "uprysm",
"symbol": "PRYSM",
"exponent": "6",
"coingecko_id": "prysm",
"logo": "/logos/stride.jpg"
}
],
"faucet": {
"amount": "5000000uprysm",
"ip_limit": "2",
"address_limit": "1",
"fees": "8000uprysm"
}
}

0 comments on commit c190a9d

Please sign in to comment.