From db7bcac1b53c14644b6466d7ad6ce07285729b3d Mon Sep 17 00:00:00 2001 From: Florian Winkler Date: Thu, 25 Jan 2024 12:08:56 +0100 Subject: [PATCH] Add deprecation notice to routing and swap-and-add-liquidity --- v3-sdk/routing/README.md | 4 ++++ v3-sdk/swap-and-add-liquidity/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/v3-sdk/routing/README.md b/v3-sdk/routing/README.md index f7c2f8b2..95acedfb 100644 --- a/v3-sdk/routing/README.md +++ b/v3-sdk/routing/README.md @@ -1,5 +1,9 @@ # Routing +## Deprecated + +This example no longer works with recent versions of the smart order router package and can be considered deprecated. + ## Overview This is an example of finding an ideal swapping route that includes running against mainnet, locally, and using a wallet connection. diff --git a/v3-sdk/swap-and-add-liquidity/README.md b/v3-sdk/swap-and-add-liquidity/README.md index 77e68877..88d14a4a 100644 --- a/v3-sdk/swap-and-add-liquidity/README.md +++ b/v3-sdk/swap-and-add-liquidity/README.md @@ -1,5 +1,9 @@ # Swap and Add Liquidity +## Deprecated + +This example no longer works with recent versions of the smart order router package and can be considered deprecated. + ## Overview 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.