Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relayer: use resolver block number per chain #1961

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

GabrielBuragev
Copy link
Contributor

@GabrielBuragev GabrielBuragev commented Jun 20, 2023

Previously, the ethereum relayer service was only able to recover the L1 transaction hash for relays that happened on Mainnet as it was only using the RESOLVER_DEPLOY_BLOCK_NUMBER for L1 Mainnet.

This PR adds the capability of recovering the L1 transaction hashes both on Testnet and Local net.

Note: This is properly addressed in #1804 by pulling the deployment infos from the npm package instead of having them hardcoded, so consider this a quick & temporary fix.

Copy link
Contributor

@fredo fredo left a comment

Choose a reason for hiding this comment

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

LGTM

@fredo fredo merged commit 24b4391 into main Jun 20, 2023
@istankovic istankovic deleted the relayer/fix-ethereum branch September 18, 2023 09:16
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.

2 participants