-
Notifications
You must be signed in to change notification settings - Fork 34
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 example of using sol! to remove_liquidity
#52
Comments
Hi @Degen-Player, thanks for your suggestion I'm going to split up the ticket into individual tickets so they can be picked up individually |
Thank you very much! |
remove_liquidity
Regarding your request:
Just to be sure, when you refer to other blockchains, do you mean an other EVM-compatible networks (Optimism, Arbitrum, etc..) and how to instantiate and use multiple providers? Alloy is currently streamlined for Ethereum-like networks though it does offer the ability for very advanced users to implement their own specification. This is currently considered out of scope for these examples and will likely be added to the documentation. |
exactly ! |
Add an example of using sol! to
remove_liquidity
, similar to existing ethers-rs examples:https://github.com/gakonst/ethers-rs/blob/master/examples/transactions/examples/remove_liquidity.rs
Thank you for considering this request.
The text was updated successfully, but these errors were encountered: