Skip to content

Commit

Permalink
Add: ITRocket services
Browse files Browse the repository at this point in the history
  • Loading branch information
itrocket-team authored Oct 20, 2024
1 parent 2864ca3 commit b3188a1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,23 @@
"id": "8685507ed33c029a5787275e9f3ea2b133d45d25",
"address": "prysm-rpc.validatorvn.com:44656",
"provider": "ValidatorVN"
},
{
"id": "1b5b6a532e24c91d1bc4491a6b989581f5314ea5",
"address": "prysm-testnet-seed.itrocket.net:25656",
"provider": "ITRocket"
}
],
"persistent_peers": [
{
"id": "b377fd0b14816eef8e12644340845c127d1e7d93",
"address": "dns.kleomed.es:26656",
"provider": "Kleomedes"
},
{
"id": "ff15df83487e4aa8d2819452063f336269958d09",
"address": "prysm-testnet-peer.itrocket.net:25657",
"provider": "ITRocket"
}
]
},
Expand All @@ -103,6 +113,10 @@
{
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-rpc.itrocket.net/",
"provider": "ITRocket"
}
],
"rest": [
Expand All @@ -121,6 +135,10 @@
{
"address": "https://prysm-api.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-api.itrocket.net/",
"provider": "ITRocket"
}
],
"grpc": [
Expand All @@ -135,6 +153,10 @@
{
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
},
{
"address": "prysm-testnet-grpc.itrocket.net:443",
"provider": "ITRocket"
}
]
},
Expand All @@ -144,6 +166,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": "ITRocket",
"url": "https://testnet.itrocket.net/prysm",
"tx_page": "https://testnet.itrocket.net/prysm/tx/${txHash}",
"account_page": "https://testnet.itrocket.net/prysm/account/${accountAddress}"
}
],
"images": [
Expand Down

0 comments on commit b3188a1

Please sign in to comment.