From 4088d045de096e311ef1b2139b48bd22c6829f67 Mon Sep 17 00:00:00 2001 From: yugure <109891005+yugure-orca@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:48:10 +0900 Subject: [PATCH] Update README.md (update commit hash) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03ca5be..62c69d5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ The Orca SDK contains a set of simple to use APIs to allow developers to integra Learn more Orca [here](https://docs.orca.so). ### Orca Token Swap V2 -- The [Orca Token Swap V2 program](https://solscan.io/account/9W959DqEETiGZocYWCQPaJ6sBmUzgfxXfqGeTEdp3aQP) uses the following commit hash of the SPL Token Swap program: [3613cea3]( https://github.com/solana-labs/solana-program-library/tree/3613cea3cabbb5f7e4445d6203b7292d413732da/token-swap) + +- The [Orca Token Swap V2 program](https://solscan.io/account/9W959DqEETiGZocYWCQPaJ6sBmUzgfxXfqGeTEdp3aQP) uses the following commit hash of the SPL Token Swap program: [f4c5fdc](https://github.com/solana-labs/solana-program-library/tree/f4c5fdcfcfa2db5b71d251c1266be49416229e96/token-swap) +- Several security patches have been applied. ### Trading Orca Liquidity Pools @@ -160,6 +162,7 @@ main() # Devnet Testing The example code above can be run on devnet by updating the import statement: + ```typescript import { getOrca, OrcaFarmConfig, OrcaPoolConfig, Network } from "@orca-so/sdk"; ```