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

1770: Add support for the PufLocker contract #20

Merged
merged 9 commits into from
Jul 4, 2024

Conversation

9inpachi
Copy link
Collaborator

@9inpachi 9inpachi commented Jul 2, 2024

No description provided.

@9inpachi 9inpachi requested review from guestn and rish-puffer July 2, 2024 07:00
import { Address } from 'viem';

export const mockPermitSignature = {
r: `0x${new Array(64).fill(0).join('')}` as Address,
Copy link
Contributor

Choose a reason for hiding this comment

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

not important but I guess you could use padEnd(64, '0') here or similar

@guestn guestn merged commit 3dbee0d into 1767/puffer-l2-depositor Jul 4, 2024
1 check passed
@guestn guestn deleted the 1770/puf-locker branch July 4, 2024 16:05
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