Skip to content

Commit

Permalink
Merge pull request #20 from sychonix/main
Browse files Browse the repository at this point in the history
feat: Add sychonix services
  • Loading branch information
TCL0001 authored Oct 26, 2024
2 parents 326aa81 + d90a3d8 commit 334fe31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"address": "prysm-testnet-peer.itrocket.net:25657",
"provider": "ITRocket"
},
{
"id": "4a88c4925f887325872451659e554aafebdb026d",
"address": "prysm-testnet.sychonix.com:19756",
"provider": "Sychonix"
},
{
"id": "1c69efcfe639d663378bb02f679307876c18fca2",
"address": "prysm-testnet-rpc.peer.stingray.plus:26616",
Expand Down Expand Up @@ -193,6 +198,10 @@
"address": "https://prysm-testnet-rpc.itrocket.net/",
"provider": "ITRocket"
},
{
"address": "https://rpc-prysm-t.sychonix.com/",
"provider": "Sychonix"
},
{
"address": "https://rpc.prysm-testnet.stake-take.com/",
"provider": "Stake-Take"
Expand Down Expand Up @@ -259,6 +268,10 @@
"address": "https://prysm-testnet-api.itrocket.net/",
"provider": "ITRocket"
},
{
"address": "https://api-prysm-t.sychonix.com/",
"provider": "Sychonix"
},
{
"address": "https://api.prysm-testnet.stake-take.com/",
"provider": "Stake-Take"
Expand Down Expand Up @@ -357,6 +370,12 @@
"account_page": "https://testnet.itrocket.net/prysm/account/${accountAddress}"
},
{
"kind": "PingPub",
"url": "https://explorer.sychonix.com/prysm-testnet",
"tx_page": "https://explorer.sychonix.com/prysm-testnet/tx/${txHash}",
"account_page": "https://explorer.sychonix.com/prysm-testnet/account/${accountAddress}"
},
{
"kind": "Stake-Take",
"url": "https://explorer.stake-take.com/prysm-testnet",
"tx_page": "https://explorer.stake-take.com/prysm-testnet/tx/${txHash}",
Expand Down

0 comments on commit 334fe31

Please sign in to comment.