Skip to content

Commit

Permalink
Merge pull request #13 from 111STAVR111/patch-1
Browse files Browse the repository at this point in the history
feat: Add RPC and REST end points
  • Loading branch information
TCL0001 authored Oct 26, 2024
2 parents adcc4c2 + 8b5c966 commit 1d1ff85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
"address": "dns.kleomed.es:26656",
"provider": "Kleomedes"
},
{
"id": "ca9e8d35f654aa44a99d36d47120495a82530f1a",
"address": "prysm-t.peer.stavr.tech:13256",
"provider": "🔥STAVR🔥"
},
{
"id": "271fe43e9a393cc47e288e80aa5b1ec1452fa0e7",
"address": "88.99.149.170:29656",
Expand Down Expand Up @@ -144,6 +149,10 @@
"address": "https://prysm-testnet-rpc.synergynodes.com/",
"provider": "Synergy Nodes"
},
{
"address": "https://prysm.rpc.t.stavr.tech/",
"provider": "🔥STAVR🔥"
},
{
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
Expand Down Expand Up @@ -191,6 +200,11 @@
"address": "https://prysm-testnet-api.polkachu.com/",
"provider": "Polkachu"
},
{

"address": "https://prysm.api.t.stavr.tech/",
"provider": "🔥STAVR🔥"
},
{
"address": "https://prysm-testnet-api.stingray.plus/",
"provider": "StingRay"
Expand Down Expand Up @@ -245,6 +259,10 @@
"address": "https://prysm-testnet-grpc.synergynodes.com/",
"provider": "Synergy Nodes"
},
{
"address": "prysm.grpc.t.stavr.tech:3790",
"provider": "🔥STAVR🔥"
},
{
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
Expand Down Expand Up @@ -285,6 +303,12 @@
"account_page": "https://explorer.kleomedes.network/prysm/account/${accountAddress}"
},
{
"kind": "🔥STAVR🔥",
"url": "https://explorer.stavr.tech/Prysm-Testnet",
"tx_page": "https://explorer.stavr.tech/Prysm-Testnet/tx/${txHash}",
"account_page": "https://explorer.stavr.tech/Prysm-Testnet/account/${accountAddress}"
},
{
"kind": "PingPub",
"url": "https://explorer.stringlabs.xyz/prysm-testnet",
"tx_page": "https://explorer.stringlabs.xyz/prysm-testnet/tx/${txHash}",
Expand Down

0 comments on commit 1d1ff85

Please sign in to comment.