diff --git a/package.json b/package.json index 741ec6a..dc00255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockworks-foundation/mango-v4-settings", - "version": "0.2.18", + "version": "0.2.19", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { diff --git a/src/helpers/listingTools.ts b/src/helpers/listingTools.ts index 9a12af6..b8ceee6 100644 --- a/src/helpers/listingTools.ts +++ b/src/helpers/listingTools.ts @@ -93,6 +93,7 @@ export const LISTING_PRESETS: { preset_name: "Meme Coin", preset_key: "MEME", preset_target_amount: 5000, + reduceOnly: 2, }, //Price impact on $1,000 swap lower then 1% SHIT: { @@ -110,6 +111,7 @@ export const LISTING_PRESETS: { preset_name: "Shit Coin", preset_key: "SHIT", preset_target_amount: 1000, + reduceOnly: 2, }, //should run untrusted instruction UNTRUSTED: {},