-
Notifications
You must be signed in to change notification settings - Fork 107
add flashblocks #164
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: main
Are you sure you want to change the base?
add flashblocks #164
Conversation
- Add Flashblocks overview page with RPC APIs and quick start examples - Add Node Providers setup guide for Flashblocks-enabled RPC nodes - Add Flashblocks FAQ page - Update navigation config to include Flashblocks under Websocket endpoints
ef8c26f to
94e7a80
Compare
|
|
||
| ### How often does a reorg occur? | ||
|
|
||
| Reorgs occur very rarely. |
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.
My apologies, would it be okay if we update this answer to the following?
"Reorgs may happen during sequencer changes, but they still occur very rarely. It is good practice for applications to handle them appropriately when they do occur. As we collect more operational data, we will provide detailed metrics on reorg frequency and patterns."
| }, | ||
| "payload_id": "0x03307607ad2ba79d" | ||
| } | ||
| ``` |
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.
@limyeechern Lets add the supported flashblocks eth APIs for our exposed endpoint here
| | Testnet | `wss://testws.xlayer.tech/flashblocks` | | ||
| | Testnet | `wss://xlayertestws.okx.com/flashblocks` | | ||
|
|
||
| ## Supported RPC APIs |
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.
@limyeechern Then we can maintain this (no changes) for the full flashblocks eth apis.
| | Network | URL | | ||
| |---------|-----| | ||
| | Mainnet | `wss://ws.xlayer.tech/flashblocks` | | ||
| | Mainnet | `wss://xlayerws.okx.com/flashblocks` | | ||
| | Testnet | `wss://testws.xlayer.tech/flashblocks` | | ||
| | Testnet | `wss://xlayertestws.okx.com/flashblocks` | |
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.
Perhaps we can shift these endpoints to the node-providers segment
No description provided.