Skip to content

Commit

Permalink
- Update whirlpool test program + codegen
Browse files Browse the repository at this point in the history
- Update raydium test program + codegen
- Update meteora codegen
- Remove serum deps
  • Loading branch information
elliotkennedy committed Jul 29, 2024
1 parent a2a4393 commit 142e288
Show file tree
Hide file tree
Showing 237 changed files with 27,327 additions and 14,959 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- name: Install lerna v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup .npmrc file for publish
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'

# 3. configure git user used to push tag
Expand Down
Binary file modified deps/raydium.so
Binary file not shown.
Binary file modified deps/whirlpool.so
Binary file not shown.
Loading

0 comments on commit 142e288

Please sign in to comment.