Skip to content

Commit

Permalink
Merge pull request #29 from jup-ag/feature/add-guacswap-support
Browse files Browse the repository at this point in the history
add guacswap support
  • Loading branch information
siong1987 authored Jun 11, 2024
2 parents 249d75b + 8dd89d5 commit 67a57c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jup-ag/instruction-parser",
"version": "6.0.22",
"version": "6.0.23",
"description": "Parser to parse instruction on the Jupiter v4 program.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ export const AMM_TYPES = {
CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C: "Raydium CP",
H8W3ctz92svYg6mkn1UtGfu2aQr2fnUFHM1RhScEtQDt: "Cropper Whirlpool",
"5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx": "Sanctum S",
Gswppe6ERWKpUTXvRPfXdzHhiCyJvLadVvXGfdpBqcE1: "GuacSwap",
};

0 comments on commit 67a57c7

Please sign in to comment.