diff --git a/v3-sdk/swap-and-add-liquidity/README.md b/v3-sdk/swap-and-add-liquidity/README.md index 77e68877..da35a4cf 100644 --- a/v3-sdk/swap-and-add-liquidity/README.md +++ b/v3-sdk/swap-and-add-liquidity/README.md @@ -4,7 +4,7 @@ This is an example that demonstrates how to swap between currencies and add those currencies to a liquidity pool in the same transaction that includes running against mainnet, locally, and using a wallet connection. -The core functionality of this example can be found in [`swapAndAddLiquidity`](./src/libs/liquidity.ts#L36). +The core functionality of this example can be found in [`swapAndAddLiquidity`](./src/libs/liquidity.ts#L48). ## Configuration