Skip to content

Commit

Permalink
Update chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MictoNode authored Oct 19, 2024
1 parent d716546 commit c7a1fe0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions testnets/prysmdevnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
"id": "271fe43e9a393cc47e288e80aa5b1ec1452fa0e7",
"address": "88.99.149.170:29656",
"provider": "Vinjan.Inc"
},
{
"id": "22b6d4f817ed345b7ac4e736715a985d8ee75004",
"address": "prysm-testnet-peers.mictonode.com:33656",
"provider": "MictoNode"
}
]
},
Expand All @@ -96,6 +101,10 @@
{
"address": "wss://prysm-testnet-rpc.cogwheel.zone/websocket",
"provider": "Cogwheel ⚙️"
},
{
"address": "wss://prysm-testnet-rpc.mictonode.com/websocket",
"provider": "MictoNode"
}
],
"rpc": [
Expand All @@ -122,6 +131,10 @@
{
"address": "https://prysm-testnet-rpc.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://prysm-testnet-rpc.mictonode.com/",
"provider": "MictoNode"
}
],
"rest": [
Expand All @@ -148,6 +161,10 @@
{
"address": "https://prysm-testnet-api.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://prysm-testnet-api.mictonode.com/",
"provider": "MictoNode"
}
],
"grpc": [
Expand All @@ -166,6 +183,10 @@
{
"address": "prysm-testnet-grpc.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
},
{
"address": "prysm-testnet-grpc.mictonode.com:443",
"provider": "MictoNode"
}
]
},
Expand All @@ -181,6 +202,12 @@
"url": "https://explorer.cogwheel.zone/prysm",
"tx_page": "https://explorer.cogwheel.zone/prysm/tx/${txHash}",
"account_page": "https://explorer.cogwheel.zone/prysm/account/${accountAddress}"
},
{
"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}"
}
],
"images": [
Expand Down

0 comments on commit c7a1fe0

Please sign in to comment.