Skip to content

Commit

Permalink
feat: Add StingRay GRPC to chain_registry.json
Browse files Browse the repository at this point in the history
1. added GRPC endpoint.
2. removed the extra closing bracket.
  • Loading branch information
MikhailRadusha authored Oct 28, 2024
1 parent 0f8a49b commit 1fe8c3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@
{
"address": "prysm-testnet-grpc.stakerhouse.com:443",
"provider": "StakerHouse"
},
{
"address": "https://prysm-testnet-grpc.stingray.plus:443",
"provider": "StingRay"
}
],
"wss": [
Expand All @@ -359,7 +363,6 @@
"provider": "Cogwheel ⚙️"
}
],
]
},
"explorers": [
{
Expand Down

0 comments on commit 1fe8c3b

Please sign in to comment.