Skip to content

Commit

Permalink
Update chain_registry.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamikaza731 authored Oct 20, 2024
1 parent 2864ca3 commit 3256fa7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions chain_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
]
},
"apis": {
"wss": [
{
"address": "wss://prysm-testnet-rpc.cogwheel.zone/websocket",
"provider": "Cogwheel ⚙️"
}
],
"rpc": [
{
"address": "https://prysm-rpc-devnet.kleomedes.network/",
Expand All @@ -103,6 +109,10 @@
{
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-rpc.cogwheel.zone",
"provider": "Cogwheel ⚙️"
}
],
"rest": [
Expand All @@ -121,6 +131,10 @@
{
"address": "https://prysm-api.validatorvn.com/",
"provider": "ValidatorVN"
},
{
"address": "https://prysm-testnet-api.cogwheel.zone",
"provider": "Cogwheel ⚙️"
}
],
"grpc": [
Expand All @@ -135,6 +149,10 @@
{
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
},
{
"address": "prysm-testnet-grpc.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
}
]
},
Expand Down

0 comments on commit 3256fa7

Please sign in to comment.