Skip to content

Commit

Permalink
Remove references to smart-order-router package from sdk guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-S-A-W committed Jan 25, 2024
1 parent 0c6c205 commit 299042b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 397 deletions.
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

0 comments on commit 299042b

Please sign in to comment.