Skip to content

Commit

Permalink
update minmax and amp
Browse files Browse the repository at this point in the history
  • Loading branch information
0xYankee-Raccoons committed Oct 1, 2024
1 parent 85e9ca9 commit 3374194
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dynamic_slippage_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{
"name": "lst",
"range": {
"min": 20,
"max": 100
"min": 50,
"max": 150
},
"pairRange": {
"min": 5,
Expand Down Expand Up @@ -111,8 +111,8 @@
{
"name": "bluechip",
"range": {
"min": 25,
"max": 100
"min": 50,
"max": 150
},
"mints": [
"JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
Expand Down Expand Up @@ -172,16 +172,16 @@
{
"name": "verified",
"range": {
"min": 50,
"min": 75,
"max": 300
},
"mints": []
}
],
"default": {
"amplificatioRatio": 1.5,
"amplificatioRatio": 1.75,
"range": {
"min": 50,
"min": 75,
"max": 300
}
}
Expand Down

0 comments on commit 3374194

Please sign in to comment.