-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump: alpha to release * update README & docs
- Loading branch information
1 parent
d39401c
commit dd44649
Showing
216 changed files
with
3,144 additions
and
3,810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ The contract has been deployed using verifiable build, so that you can ensure th | |
|
||
## Requirements | ||
|
||
- Anchor 0.26.0 | ||
- Solana 1.14.12 | ||
- Rust 1.60.0 | ||
- Anchor 0.29.0 | ||
- Solana 1.17.22 | ||
- Rust 1.68.0 | ||
|
||
## Setup | ||
|
||
|
@@ -49,7 +49,10 @@ In your package, run: | |
|
||
``` | ||
yarn add "@orca-so/whirlpools-sdk" | ||
yarn add "@coral-xyz/anchor" | ||
yarn add "@orca-so/common-sdk" | ||
yarn add "@coral-xyz/[email protected]" | ||
yarn add "@solana/web3.js" | ||
yarn add "@solana/spl-token" | ||
yarn add "decimal.js" | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.