Skip to content

Commit

Permalink
Merge pull request #2030 from OffchainLabs/add-banner-to-how-to-use-t…
Browse files Browse the repository at this point in the history
…imeboost

Modify banner on transferring EL rights
  • Loading branch information
TucksonDev authored Jan 31, 2025
2 parents 373fcaa + 7a8b879 commit c235834
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ This how-to assumes that you're familiar with the following:
- [How Timeboost works](/how-arbitrum-works/timeboost/gentle-introduction.mdx)
- [viem](https://viem.sh/), since the snippets of code present in the how-to use this library

::::caution
Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. A round's express lane controller, at their choice, can still sign transactions on behalf of others on a per-transaction basis, as explained later in this guide.
::::info Note about transferring express lane rights

Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. Calls made to these two functions on the auction contract will be successful, but actual transfer of the rights will not be recognized by the node software (including the sequencer).

A round's express lane controller, at their choice, can still send transactions signed by others on a per-transaction basis, as explained later in this guide.

::::

## How to submit bids for the right to be the express lane controller
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ const sidebars = {
},
{
type: 'doc',
label: 'Using Timeboost',
label: 'Use Timeboost',
id: 'run-arbitrum-node/how-to-use-timeboost',
},
{
Expand Down

0 comments on commit c235834

Please sign in to comment.