This commit is contained in:
Adrian Brzeziński 2023-11-27 21:49:50 +01:00
parent ee9bc1331b
commit ca55c6ecb8
2 changed files with 3 additions and 1 deletions

View File

@ -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": {

View File

@ -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: {},