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

fix #47 - wrong permit2 address in the permit2 signed message. #52

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

freereaper
Copy link

add verifying_contract parameter to create permit2 message.

Copy link
Owner

@Elnaril Elnaril left a comment

Choose a reason for hiding this comment

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

That's look great to me! But the tests fail because:

  • the rpc provider, defined as a secret, cannot be accessed for a PR from a forked repo. And according to this discussion, simple env. variables cannot be accessed neither ... (though I haven't tested it).
  • the code does not pass the isort checks: imports are strictly formatted. You may want to run it locally first.

I'll by-pass the first issue, but can you please fix the second one?

add verifying_contract parameter to create permit2 message.

Signed-off-by: freereaper <[email protected]>
@freereaper
Copy link
Author

done.

@Elnaril Elnaril merged commit 3ea42db into Elnaril:master Apr 1, 2024
2 of 6 checks passed
@Elnaril
Copy link
Owner

Elnaril commented Apr 1, 2024

@freereaper : All tests passed on the master branch, well done! 💯

Thank you for your contribution! :)

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