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

Remove references to smart-order-router package from sdk guides #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/sdk/v3/guides/liquidity/05-collecting-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,3 @@ const txResponse = await position.collectFeesOnChain({
```

After pressing the button, if someone has traded against our position, we should be able to note how the balance of USDC and DAI increases as we collect fees.

## Next Steps

The previous guides detail all the atomic steps needed to create and manage positions. However, these approaches may not use all of your desired currency. To ensure you are using your full funds while minimizing gas prices, check out our guide on [Swapping and Adding Liquidity](./05-swap-and-add-liquidity.md) in a single transaction!
212 changes: 0 additions & 212 deletions docs/sdk/v3/guides/liquidity/06-swap-and-add-liquidity.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sdk/v3/guides/swaps/03-simulate-offchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ This function is an abstraction of all the steps laid out in this guide and dire

## Next Steps

Now that you are familiar with simulating Trades and finding optimal routes offchain, we will demonstrate an alternative solution for routing in the [next guide](04-routing.md).
Now that you're familiar with trading, consider checking out our next guides on [pooling liquidity](../liquidity/01-position-data.md) to Uniswap!
Loading