-
Notifications
You must be signed in to change notification settings - Fork 29
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
[AgentKit] Wrap ETH Tool #56
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for the contribution!
I left 2 small comments. We will get this merged as soon as those are resolved.
@derekbrown
}); | ||
|
||
describe("Wrap Eth Action", () => { | ||
const NETWORK_ID = Coinbase.networks.BaseSepolia; |
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.
@derekbrown - Looks like 1 more linter error.
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! Thanks for the contribution. We will pull this into a package release on Monday!
@derekbrown - We require all commits to be signed before merging to master. Can you please rebase into a new signed commit following these steps. Thank you! |
What changed? Why?
Added a tool to allow agents to wrap a given amount of ETH.
Qualified Impact
Little "bleed-over" impact, but wrapping ETH may not work reliably.