Skip to content

Commit

Permalink
Add Prysm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BobboFuxx authored Oct 23, 2024
1 parent 6a190e1 commit e013a02
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 Hub",
"api": [
{
"address": "https://prysm-testnet-rpc.itrocket.net",
"provider": "ITRocket"
}
],
"rpc": [
{
"address": "https://prysm-testnet-rpc.itrocket.net",
"provider": "ITRocket"
}
],
"grpc": [
{
"address": "prysm-testnet-grpc.itrocket.net:443"
"provider": "ITRocket"
}
],
"sdk_version": "v0.50.2",
"coin_type": "118",
"min_tx_fee": "800",
"assets": [{
"base": "uprysm",
"symbol": "PRYSM",
"exponent": "6",
"coingecko_id": "Prysm",
"logo": "/prysm.svg"
}],
"addr_prefix": "prysm",
"theme_color": "#ce4747",
"logo": "/prysm.svg"
}

0 comments on commit e013a02

Please sign in to comment.