Skip to content

docs: tw589-seq-timing-adjustments#3024

Merged
pete-vielhaber merged 22 commits intomasterfrom
tw589
Feb 11, 2026
Merged

docs: tw589-seq-timing-adjustments#3024
pete-vielhaber merged 22 commits intomasterfrom
tw589

Conversation

@pete-vielhaber
Copy link
Copy Markdown
Contributor

  • Generated content for sequencer timing adjustments
    • needs thorough review
  • questioning placement; this may be better combined into a single page and placed under Arbitrum Node Runners (under Launch Arbitrum Chain)

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
arbitrum-docs Ready Ready Preview Feb 11, 2026 10:05pm

Request Review

Copy link
Copy Markdown
Contributor

@EmreDincoglu EmreDincoglu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im decently knowledgeable about most of these topics but if anyone else could review it I think that would be good.

```typescript
import { prepareNodeConfig } from '@arbitrum/orbit-sdk';

const nodeConfig = await prepareNodeConfig({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So im looking at the chain SDK and while you should override the node config file. I do not see any parameters you can add to prepareNodeConfig function (Specifically for overriding), and looking where the execution part is, it seems to be hard coded, so needing to override the info is correct, but it cannot be done via using the prepareNodeConfig function, it can only be done after you have received the var containing the nodeConfig information

pete-vielhaber and others added 2 commits January 29, 2026 14:32
…nfig-sequencer-timing-adjustments.mdx

Co-authored-by: Emre Dincoglu <85258206+EmreDincoglu@users.noreply.github.com>
…nfig-sequencer-timing-adjustments.mdx

Co-authored-by: Emre Dincoglu <85258206+EmreDincoglu@users.noreply.github.com>
@@ -35,16 +35,13 @@ import { prepareNodeConfig } from '@arbitrum/orbit-sdk';
const nodeConfig = await prepareNodeConfig({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move the if statements out of the function call since it looks like you send them into the function. Other than that as long as in this tutorial the goal is to set some of these values aka the max-block-speed and max-delay then this should be good

Comment thread docs/launch-arbitrum-chain/features/advanced/sequencer-timing-adjustments.mdx Outdated
Comment thread docs/launch-arbitrum-chain/features/advanced/sequencer-timing-adjustments.mdx Outdated
Jason-W123
Jason-W123 approved these changes Feb 11, 2026
@pete-vielhaber pete-vielhaber merged commit 2c8b7aa into master Feb 11, 2026
6 checks passed
@pete-vielhaber pete-vielhaber deleted the tw589 branch February 11, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants