Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Aug 12, 2024
1 parent ac69e16 commit 4cbf541
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ slots_per_epoch = "33"
ticks_per_slot = 7
url = "https://api.mainnet-beta.solana.com"

[[test.genesis]]
[[test.validator.clone]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "legacy-sdk/whirlpool/tests/external_program/mpl_token_metadata.20240214.so"

[[test.genesis]]
address = "EBZDYx7599krFc4m2govwBdZcicr4GgepqC78m71nsHS"
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This monorepo contains all the code needed to build, deploy and interact the Whi

### Requirements

- Anchor v0.30
- Solana v1.18
- Anchor v0.30.1
- Solana v1.18.21

### Getting Started

Expand Down
2 changes: 1 addition & 1 deletion legacy-sdk/whirlpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your package, run:
```
yarn add "@orca-so/whirlpools-sdk"
yarn add "@orca-so/common-sdk"
yarn add "@coral-xyz/[email protected].0"
yarn add "@coral-xyz/[email protected].1"
yarn add "@solana/web3.js"
yarn add "@solana/spl-token"
yarn add "decimal.js"
Expand Down
4 changes: 2 additions & 2 deletions legacy-sdk/whirlpool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@coral-xyz/anchor": "~0.30.0",
"@coral-xyz/anchor": "~0.30.1",
"@orca-so/common-sdk": "0.6.2",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.90.0",
Expand All @@ -16,7 +16,7 @@
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@coral-xyz/anchor": "~0.30.0",
"@coral-xyz/anchor": "~0.30.1",
"@orca-so/common-sdk": "0.6.2",
"@orca-so/whirlpools-program": "*",
"@solana/spl-token": "^0.4.8",
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions programs/whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ bytemuck = { version = "=1.16.3", features = ["derive", "min_const_generics"] }

[dev-dependencies]
proptest = "=1.5.0"
serde = "=1.0.205"
serde_json = "=1.0.122"
serde = "=1.0.206"
serde_json = "=1.0.124"

[dev-dependencies.serde_with]
version = "=2.3.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ __metadata:
languageName: node
linkType: hard

"@coral-xyz/anchor@npm:~0.30.0":
"@coral-xyz/anchor@npm:~0.30.1":
version: 0.30.1
resolution: "@coral-xyz/anchor@npm:0.30.1"
dependencies:
Expand Down Expand Up @@ -286,7 +286,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@orca-so/whirlpools-sdk@workspace:legacy-sdk/whirlpool"
dependencies:
"@coral-xyz/anchor": "npm:~0.30.0"
"@coral-xyz/anchor": "npm:~0.30.1"
"@orca-so/common-sdk": "npm:0.6.2"
"@orca-so/whirlpools-program": "npm:*"
"@solana/spl-token": "npm:^0.4.8"
Expand All @@ -295,7 +295,7 @@ __metadata:
tiny-invariant: "npm:^1.3.1"
typescript: "npm:^5.3.3"
peerDependencies:
"@coral-xyz/anchor": ~0.30.0
"@coral-xyz/anchor": ~0.30.1
"@orca-so/common-sdk": 0.6.2
"@solana/spl-token": ^0.4.8
"@solana/web3.js": ^1.90.0
Expand Down Expand Up @@ -2556,7 +2556,7 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^10.7.3":
"mocha@npm:^10.2.0":
version: 10.7.3
resolution: "mocha@npm:10.7.3"
dependencies:
Expand Down

0 comments on commit 4cbf541

Please sign in to comment.