Skip to content

Commit

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

0 comments on commit 5c6074b

Please sign in to comment.