-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: update bolt RPC URL for holesky [DO NOT MERGE] #737
base: unstable
Are you sure you want to change the base?
Conversation
--rpc-url https://rpc-holesky.bolt.chainbound.io/rpc \ | ||
--rpc-url http://localhost:8545 \ |
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
- [`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 comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://rpc.holesky.boltprotocol.xyz. Status: null net::ERR_CERT_COMMON_NAME_INVALID at https://rpc.holesky.boltprotocol.xyz
- 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) | ||
- RPC entrypoint: [/rpc](https://rpc.holesky.boltprotocol.xyz/rpc) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://rpc.holesky.boltprotocol.xyz/rpc. Status: null net::ERR_CERT_COMMON_NAME_INVALID at https://rpc.holesky.boltprotocol.xyz/rpc
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.
Unrelated but the RPC entrypoint will be the root (i.e. no /rpc
)
- OpenAPI documentation: [/docs](https://rpc-holesky.bolt.chainbound.io/docs) | ||
- [`https://rpc.holesky.boltprotocol.xyz`](https://rpc.holesky.boltprotocol.xyz) | ||
- RPC entrypoint: [/rpc](https://rpc.holesky.boltprotocol.xyz/rpc) | ||
- OpenAPI documentation: [/docs](https://rpc.holesky.boltprotocol.xyz/docs) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://rpc.holesky.boltprotocol.xyz/docs. Status: null net::ERR_CERT_COMMON_NAME_INVALID at https://rpc.holesky.boltprotocol.xyz/docs
Updates the RPC URL from
rpc-holesky.bolt.chainbound.io
torpc.holesky.boltprotocol.xyz
.