Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Update README.md (update commit hash) #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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";
```
Expand Down