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

Add example of using sol! to remove_liquidity #52

Open
Degen-Player opened this issue Apr 17, 2024 · 4 comments
Open

Add example of using sol! to remove_liquidity #52

Degen-Player opened this issue Apr 17, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Degen-Player
Copy link

Degen-Player commented Apr 17, 2024

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.

@zerosnacks
Copy link
Member

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

@Degen-Player
Copy link
Author

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!

@zerosnacks zerosnacks changed the title Example Request: Using sol! to remove_liquidity across Multiple Chains Add example of using sol! to remove_liquidity Apr 17, 2024
@zerosnacks zerosnacks added the enhancement New feature or request label Apr 17, 2024
@zerosnacks
Copy link
Member

zerosnacks commented Apr 17, 2024

@Degen-Player

Regarding your request:

Demonstrate the usage of Ethereum as well as at least one other blockchain.
Instructions on how to create a signer for a blockchain other than Ethereum.

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.

@zerosnacks zerosnacks added the good first issue Good for newcomers label Apr 17, 2024
@Degen-Player
Copy link
Author

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?

exactly !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants