Skip to content

Commit

Permalink
added rpc, api, explorer Stake-Take
Browse files Browse the repository at this point in the history
  • Loading branch information
StakeTake authored Oct 21, 2024
1 parent 93a5dd4 commit e94a2ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
{
"address": "https://prysm-testnet-rpc.itrocket.net/",
"provider": "ITRocket"
},
{
"address": "https://rpc.prysm-testnet.stake-take.com/",
"provider": "Stake-Take"
}
],
"rest": [
Expand All @@ -139,6 +143,10 @@
{
"address": "https://prysm-testnet-api.itrocket.net/",
"provider": "ITRocket"
},
{
"address": "https://api.prysm-testnet.stake-take.com/",
"provider": "Stake-Take"
}
],
"grpc": [
Expand Down Expand Up @@ -172,6 +180,12 @@
"url": "https://testnet.itrocket.net/prysm",
"tx_page": "https://testnet.itrocket.net/prysm/tx/${txHash}",
"account_page": "https://testnet.itrocket.net/prysm/account/${accountAddress}"
},
{
"kind": "Stake-Take",
"url": "https://explorer.stake-take.com/prysm",
"tx_page": "https://explorer.stake-take.com/prysm/tx/${txHash}",
"account_page": "https://explorer.stake-take.com/prysm/account/${accountAddress}"
}
],
"images": [
Expand Down

0 comments on commit e94a2ba

Please sign in to comment.