diff --git a/package.json b/package.json index 3924fb6..7b421f5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/constants.ts b/src/constants.ts index 3680a55..0d4f4e7 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -49,4 +49,5 @@ export const AMM_TYPES = { CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C: "Raydium CP", H8W3ctz92svYg6mkn1UtGfu2aQr2fnUFHM1RhScEtQDt: "Cropper Whirlpool", "5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx": "Sanctum S", + Gswppe6ERWKpUTXvRPfXdzHhiCyJvLadVvXGfdpBqcE1: "GuacSwap", };