Skip to content

Commit

Permalink
Merge pull request #8 from MictoNode/main
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 7a191db + 630d25a commit 8e87556
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,22 @@
"address": "dns.kleomed.es:26656",
"provider": "Kleomedes"
},
{
"id": "22b6d4f817ed345b7ac4e736715a985d8ee75004",
"address": "prysm-testnet-peers.mictonode.com:33656",
"provider": "MictoNode"
},
{
"id": "01306d268a332b0032bf01939443e8d3c80473b6",
"address": "peer-prysm.josephtran.xyz:25656",
"provider": "JosephTran"
},
},
{
"id": "ff15df83487e4aa8d2819452063f336269958d09",
"address": "prysm-testnet-peer.itrocket.net:25657",
"provider": "ITRocket"
},
{
},
{
"id": "1c69efcfe639d663378bb02f679307876c18fca2",
"address": "prysm-testnet-rpc.peer.stingray.plus:26616",
"provider": "StingRay"
Expand Down Expand Up @@ -132,6 +138,10 @@
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-rpc.mictonode.com/",
"provider": "MictoNode"
},
{
"address": "https://rpc-prysm.coha05.com/",
"provider": "Coha05 | Spider Node"
Expand Down Expand Up @@ -170,7 +180,11 @@
"address": "https://prysm-api.validatorvn.com/",
"provider": "ValidatorVN"
},
{
{
"address": "https://prysm-testnet-api.mictonode.com/",
"provider": "MictoNode"
},
{
"address": "https://api-prysm.coha05.com/",
"provider": "Coha05 | Spider Node"
},
Expand Down Expand Up @@ -200,6 +214,10 @@
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-grpc.mictonode.com:443",
"provider": "MictoNode"
},
{
"address": "https://grpc-prysm.josephtran.xyz/",
"provider": "JosephTran"
Expand All @@ -225,11 +243,18 @@
},
{
"kind": "PingPub",
},
{
"url": "https://explorer.mictonode.com/Prysm-Testnet",
"tx_page": "https://explorer.mictonode.com/Prysm-Testnet/tx/${txHash}",
"account_page": "https://explorer.mictonode.com/Prysm-Testnet/account/${accountAddress}"
},
{
"url": "https://explorer.tech-coha05.xyz/Prysm",
"tx_page": "https://explorer.tech-coha05.xyz/Prysm/tx/${txHash}",
"account_page": "https://explorer.tech-coha05.xyz/Prysm/account/${accountAddress}"
},
{
},
{
"kind": "ITRocket",
"url": "https://testnet.itrocket.net/prysm",
"tx_page": "https://testnet.itrocket.net/prysm/tx/${txHash}",
Expand Down

0 comments on commit 8e87556

Please sign in to comment.