From 7df0f17e85141bfef76259bb16c48639570a6b45 Mon Sep 17 00:00:00 2001 From: CalabashSquash Date: Wed, 22 Feb 2023 15:21:04 +1000 Subject: [PATCH] fix: Correct line in hyperlink to swapAndAddLiquidity --- v3-sdk/swap-and-add-liquidity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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