Skip to content

Commit

Permalink
Merge pull request #11 from vinjan23/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 ea54254 + 54e1fc1 commit 45910fa
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 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": "271fe43e9a393cc47e288e80aa5b1ec1452fa0e7",
"address": "88.99.149.170:29656",
"provider": "Vinjan.Inc"
},
{
"id": "22b6d4f817ed345b7ac4e736715a985d8ee75004",
"address": "prysm-testnet-peers.mictonode.com:33656",
Expand Down Expand Up @@ -143,6 +148,10 @@
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://rpc-prysm.vinjan.xyz/",
"provider": "Vinjan.Inc"
},
{
"address": "https://rpc-prysm.ongtrong.xyz/",
"provider": "LexisNexis"
Expand Down Expand Up @@ -189,6 +198,10 @@
"address": "https://prysm-api.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://api-prysm.vinjan.xyz/",
"provider": "Vinjan.Inc"
},
{
"address": "https://api-prysm.ongtrong.xyz/",
"provider": "LexisNexis"
Expand Down Expand Up @@ -227,6 +240,10 @@
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
},
{
"address": "https://grpc-prysm.vinjan.xyz:29090",
"provider": "Vinjan.Inc"
},
{
"address": "prysm-grpc.ongtrong.xyz:50052",
"provider": "LexisNexis"
Expand Down Expand Up @@ -257,9 +274,12 @@
"url": "https://explorer.kleomedes.network/prysm",
"tx_page": "https://explorer.kleomedes.network/prysm/tx/${txHash}",
"account_page": "https://explorer.kleomedes.network/prysm/account/${accountAddress}"
},
{
},
{
"kind": "PingPub",
"url": "https://xplorer.vinjan.xyz/prysm-testnet",
"tx_page": "https://xplorer.vinjan.xyz/prysm-testnet/tx/${txHash}",
"account_page": "https://xplorer.vinjan.xyz/prysm-testnet/account/${accountAddress}"
},
{
"url": "https://explorer.mictonode.com/Prysm-Testnet",
Expand Down

0 comments on commit 45910fa

Please sign in to comment.