Skip to content

Commit

Permalink
Add AutoStake Pryzm endpoints (cosmos#4612)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoStake-com authored May 10, 2024
1 parent daf4700 commit ce7f117
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pryzm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,20 @@
"id": "20e1000e88125698264454a884812746c2eb4807",
"address": "seeds.lavenderfive.com:24856",
"provider": "Lavender.Five Nodes 🐝"
},
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "pryzm-mainnet-seed.autostake.com:27406",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
],
"persistent_peers": []
"persistent_peers": [
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "pryzm-mainnet-peer.autostake.com:27406",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
]
},
"apis": {
"rpc": [
Expand All @@ -85,6 +96,10 @@
{
"address": "https://pryzm-rpc.lavenderfive.com",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://pryzm-mainnet-rpc.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
],
"rest": [
Expand All @@ -95,6 +110,10 @@
{
"address": "https://pryzm-api.lavenderfive.com",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://pryzm-mainnet-lcd.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
],
"grpc": [
Expand All @@ -105,6 +124,10 @@
{
"address": "https://pryzm-grpc.lavenderfive.com",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "pryzm-mainnet-grpc.autostake.com:443",
"provider": "AutoStake πŸ›‘οΈ Slash Protected"
}
]
},
Expand Down

0 comments on commit ce7f117

Please sign in to comment.