-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat(plugin): add steer protocol plugin #121
base: main
Are you sure you want to change the base?
Conversation
- support Add liquidity to Steer Smart Pools. - support Remove liquidity from Steer Smart Pools.
|
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.
This is great!!! Made some small comments!
typescript/packages/plugins/steer-protocol/src/steer.service.ts
Outdated
Show resolved
Hide resolved
Ah.. need to delete pnpm-lock file and run |
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.
Made some small comments!
Do you have a screenshot showing the plugin working? :)
I will add the example code of use, and I will implement it in vercel |
@developerfred amazing to see this work, let me know if you have any questions! |
you might find our npm module @steerprotocol/contract helpful as it will have a list of chains we are present on 🫡 |
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.
Capitalize README for consistency with other packages
/** | ||
* Parameters schema for depositing tokens into a Steer Smart Pool | ||
*/ | ||
export const depositParametersSchema = z.object({ |
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.
Parameters need to be defined like this:
modeagenthackathon issue:
add Steer Protocol plugin
Discord username
codingshthefounder