Skip to content

WEB3-627: fix: use Safe block tag in op/l2 example#106

Open
Wollac wants to merge 2 commits intomainfrom
fix/l2-example-use-safe-block
Open

WEB3-627: fix: use Safe block tag in op/l2 example#106
Wollac wants to merge 2 commits intomainfrom
fix/l2-example-use-safe-block

Conversation

@Wollac
Copy link
Copy Markdown
Collaborator

@Wollac Wollac commented Mar 6, 2026

Summary

  • The op/l2 example was using the default Latest block tag, which intermittently causes "header not found" errors from Alchemy's eth_getProof endpoint in CI
  • Changed to BlockNumberOrTag::Safe so the targeted block is consistently available across Alchemy's backend nodes

The op/l2 example was using the default Latest block, which intermittently
causes "header not found" errors from Alchemy's eth_getProof endpoint.
Using the Safe tag ensures the block is consistently available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Wollac Wollac requested review from a team and capossele as code owners March 6, 2026 12:24
@github-actions github-actions bot changed the title fix: use Safe block tag in op/l2 example WEB3-627: fix: use Safe block tag in op/l2 example Mar 6, 2026
@linear
Copy link
Copy Markdown

linear bot commented Mar 6, 2026

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant