-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Permit2 Pull Token Logics #28
Conversation
Jeff-CCH
commented
Nov 17, 2023
•
edited
Loading
edited
- pull token
- test
- yarn changeset
755db43
to
1a965f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering whether it's necessary to maintain another set of permit2 addresses and typechains within logics. Since Logic inherits from RouterKit, we can retrieve the permit2 address through the agent implementation. cc @zodahu
https://github.com/dinngo/protocolink-js-sdk/blob/master/packages/core/src/router-kit.ts#L61
https://github.com/dinngo/protocolink-js-sdk/blob/master/packages/core/src/router-kit.ts#L73
1a965f1
to
7dc860e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7dc860e
to
4abbf19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
4abbf19
to
8cccf10
Compare