Skip to content

Commit

Permalink
update min max 27 sept (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xYankee-Raccoons authored Sep 27, 2024
1 parent 9da7c4b commit 59daaf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dynamic_slippage_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"name": "lst",
"range": {
"min": 10,
"min": 20,
"max": 50
},
"pairRange": {
Expand Down Expand Up @@ -111,7 +111,7 @@
{
"name": "bluechip",
"range": {
"min": 10,
"min": 25,
"max": 50
},
"mints": [
Expand Down Expand Up @@ -172,7 +172,7 @@
{
"name": "verified",
"range": {
"min": 30,
"min": 50,
"max": 300
},
"mints": []
Expand All @@ -181,7 +181,7 @@
"default": {
"amplificatioRatio": 1.5,
"range": {
"min": 30,
"min": 50,
"max": 300
}
}
Expand Down

0 comments on commit 59daaf9

Please sign in to comment.