Skip to content

Conversation

@yoshidan
Copy link
Collaborator

Kona has RollupConfig for mainnet and sepolia.
We use RollupConfig from op-node for fallback.

Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
Naohiro Yoshida added 2 commits October 25, 2025 10:07
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
chain_id
);
let l2_config = l2_client.rollup_config().await?;
let l1_chain_config = config.l1_chain_config.as_ref().unwrap();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason why this part uses unwrap while other parts handle errors properly?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No. Fixed by 6d32380

@yoshidan yoshidan force-pushed the feature/use_static_rollup branch from 883984c to 29c54ae Compare October 28, 2025 12:58
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
@yoshidan yoshidan force-pushed the feature/use_static_rollup branch from 29c54ae to 6d32380 Compare October 28, 2025 13:00
Copy link
Collaborator

@siburu siburu left a comment

Choose a reason for hiding this comment

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

@yoshidan LGTM, thank you!


# optimism derivation
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "v0.1.6", default-features = false }
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "44d4019cd3fa354eb5a5915a4a2d094f9888404f", default-features = false }
Copy link
Collaborator

Choose a reason for hiding this comment

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

This rev will be replaced with the tag that will be created after this PR is merged, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed by 41b1997

Naohiro Yoshida added 2 commits October 29, 2025 11:16
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
@yoshidan yoshidan merged commit 4f1b698 into main Oct 29, 2025
2 checks passed
@yoshidan yoshidan deleted the feature/use_static_rollup branch November 2, 2025 09:39
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