diff --git a/v3-sdk/routing/README.md b/v3-sdk/routing/README.md index f7c2f8b..95acedf 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 77e6887..88d14a4 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.