Skip to content

Commit

Permalink
fix a formatting error for bolded letters
Browse files Browse the repository at this point in the history
  • Loading branch information
leeederek authored Dec 17, 2024
1 parent fc78236 commit 7c039a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Timeboost is implemented using three separate components that work together:

- **A special “express lane”** which allows valid transactions to be sequenced as soon as the sequencer receives them for a given round.
- **An off-chain auction** to determine the controller of the express lane for a given round. This auction is managed by an <a data-quicklook-from='autonomous-auctioneer'>autonomous auctioneer</a>.
- **An <a data-quicklook-from='auction-contract'>auction contract</a>**deployed on the target chain to serve as the canonical source of truth for the auction results and handling of auction proceeds.
- **An <a data-quicklook-from='auction-contract'>auction contract</a>** deployed on the target chain to serve as the canonical source of truth for the auction results and handling of auction proceeds.

To start, the default duration of a round is 60 seconds. Transactions not in the express lane will be subject to a default 200-millisecond artificial delay to their arrival timestamp before their transaction is sequenced, which means that some non-express lane transactions may get delayed to the next block. It’s important to note that the default Arbitrum block time will remain at 250 milliseconds (which can be adjusted to 100 milliseconds if desired). Let’s dive into how each of these components works.

Expand Down

0 comments on commit 7c039a1

Please sign in to comment.