Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzshia committed Jan 16, 2025
1 parent 2c6e206 commit a5828d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Raydium SDK V2 demo.",
"license": "GPL-3.0",
"dependencies": {
"@raydium-io/raydium-sdk-v2": "0.1.103-alpha",
"@raydium-io/raydium-sdk-v2": "0.1.105-alpha",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.95.3",
"@triton-one/yellowstone-grpc": "^1.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/clmm/createPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const createPool = async () => {
mint2,
ammConfig: { ...clmmConfigs[0], id: new PublicKey(clmmConfigs[0].id), fundOwner: '', description: '' },
initialPrice: new Decimal(1),
startTime: new BN(0),
txVersion,
// optional: set up priority fee here
// computeBudgetConfig: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@raydium-io/[email protected].103-alpha":
version "0.1.103-alpha"
resolved "https://registry.yarnpkg.com/@raydium-io/raydium-sdk-v2/-/raydium-sdk-v2-0.1.103-alpha.tgz#78129f1f544772c21565fb9d6d7a7c43bbfa28ad"
integrity sha512-M65ghL755vB6BgOsuj47HlNyf53kZlFscpqwpzVmfiWsaMZuokx3MMQPirci8sSovgnVEpiJAPYdJjY0IiWQNQ==
"@raydium-io/[email protected].105-alpha":
version "0.1.105-alpha"
resolved "https://registry.yarnpkg.com/@raydium-io/raydium-sdk-v2/-/raydium-sdk-v2-0.1.105-alpha.tgz#1ba38b97828f58c089889647a1159eace380cfeb"
integrity sha512-hO4RJt8zca22bQaKnBWHQG8qYgHIxLQeNu9uX+ZDA61oFXOj9dAGNTvSsEmNmlishWoC1Ji7azCKRGjs0p9OdQ==
dependencies:
"@solana/buffer-layout" "^4.0.1"
"@solana/spl-token" "^0.4.8"
Expand Down

0 comments on commit a5828d3

Please sign in to comment.