Skip to content

Commit

Permalink
Added StakeTown Peers and Endpoints for Persistence (cosmos#4301)
Browse files Browse the repository at this point in the history
* Updated peers

* Added public endpoints to Celestia

* Added public endpoints to Planq

* Added public endpoints to Persistence
  • Loading branch information
mogoll92 authored Apr 5, 2024
1 parent 05850a3 commit e76e97b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions persistence/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@
"id": "ce9dc9467af943bf35f17f04cfcdf3895914d867",
"address": "peer-persistence-01.stakeflow.io:33656",
"provider": "Stakeflow"
},
{
"id": "aba2148170161c274d2d786bffbe6a692c535dfe",
"address": "65.108.195.213:53656",
"provider": "StakeTown"
}
]
},
Expand Down Expand Up @@ -402,6 +407,10 @@
{
"address": "https://public.stakewolle.com/cosmos/persistence/rpc",
"provider": "Stakewolle"
},
{
"address": "https://persistence-rpc.stake-town.com",
"provider": "StakeTown"
}
],
"rest": [
Expand Down Expand Up @@ -480,6 +489,10 @@
{
"address": "https://public.stakewolle.com/cosmos/persistence/rest",
"provider": "Stakewolle"
},
{
"address": "https://persistence-api.stake-town.com",
"provider": "StakeTown"
}
],
"grpc": [
Expand Down Expand Up @@ -534,6 +547,10 @@
{
"address": "grpc.persistence.validatus.com",
"provider": "Validatus"
},
{
"address": "persistence-grpc.stake-town.com:443",
"provider": "StakeTown"
}
]
},
Expand Down

0 comments on commit e76e97b

Please sign in to comment.