-
Notifications
You must be signed in to change notification settings - Fork 32
chore: update bolt RPC URL for holesky [DO NOT MERGE] #737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: unstable
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -321,7 +321,7 @@ Fill the required options and run the script. If the script executed | |
| successfully, your validators were registered. | ||
|
|
||
| > [!IMPORTANT] | ||
| > If you want to run in firewall delegation mode, set the `--operator-rpc` to `https://rpc-holesky.bolt.chainbound.io/rpc`. | ||
| > If you want to run in firewall delegation mode, set the `--operator-rpc` to `https://rpc.holesky.boltprotocol.xyz/rpc`. | ||
| > Firewall delegation is covered [here](#firewall-delegation). | ||
|
|
||
| To check your operator status, you can use the `bolt operator | ||
|
|
@@ -412,7 +412,7 @@ Options: | |
| ``` | ||
|
|
||
| > [!IMPORTANT] | ||
| > If you want to run in firewall delegation mode, set the `--operator-rpc` to `https://rpc-holesky.bolt.chainbound.io/rpc`. | ||
| > If you want to run in firewall delegation mode, set the `--operator-rpc` to `https://rpc.holesky.boltprotocol.xyz/rpc`. | ||
| > Firewall delegation is covered [here](#firewall-delegation). | ||
|
|
||
| A note on the `--salt` parameter: | ||
|
|
@@ -662,7 +662,7 @@ docker compose -f telemetry.compose.yml down | |
|
|
||
| ## Firewall Delegation | ||
|
|
||
| The Bolt sidecar will run in firewall delegation mode by default (specified in `BOLT_SIDECAR_FIREWALL_RPCS=“wss://rpc-holesky.bolt.chainbound.io/api/v1/firewall_stream”`). This means that it will initiate an outbound connection to the WebSocket endpoint | ||
| The Bolt sidecar will run in firewall delegation mode by default (specified in `BOLT_SIDECAR_FIREWALL_RPCS=“wss://rpc.holesky.boltprotocol.xyz/api/v1/firewall_stream”`). This means that it will initiate an outbound connection to the WebSocket endpoint | ||
| defined above. It is recommended to run this mode because it will protect you from spam and DoS. | ||
|
|
||
| If you wish to disable this, you'll have to expose an endpoint yourself on which to receive inclusion requests. | ||
|
|
@@ -682,9 +682,9 @@ sudo ufw allow from any to any port $BOLT_SIDECAR_PORT | |
| Currently the only deployed [Bolt RPC](https://docs.boltprotocol.xyz/technical-docs/api/rpc) | ||
| API is the one provided by Chainbound: | ||
|
|
||
| - [`https://rpc-holesky.bolt.chainbound.io`](https://rpc-holesky.bolt.chainbound.io) | ||
| - RPC entrypoint: [/rpc](https://rpc-holesky.bolt.chainbound.io/rpc) | ||
| - OpenAPI documentation: [/docs](https://rpc-holesky.bolt.chainbound.io/docs) | ||
| - [`https://rpc.holesky.boltprotocol.xyz`](https://rpc.holesky.boltprotocol.xyz) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [linkspector] reported by reviewdog 🐶 |
||
| - RPC entrypoint: [/rpc](https://rpc.holesky.boltprotocol.xyz/rpc) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [linkspector] reported by reviewdog 🐶
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated but the RPC entrypoint will be the root (i.e. no |
||
| - OpenAPI documentation: [/docs](https://rpc.holesky.boltprotocol.xyz/docs) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [linkspector] reported by reviewdog 🐶 |
||
|
|
||
| ## Supported Relays | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was an actual oversight in the guide, even if not critical