Skip to content

Commit

Permalink
update-minmax-1-oct (#9)
Browse files Browse the repository at this point in the history
* update minmax and amp

* bump lst pair
  • Loading branch information
0xYankee-Raccoons authored Oct 1, 2024
1 parent 85e9ca9 commit 6130829
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": 20,
"max": 100
"min": 50,
"max": 150
},
"pairRange": {
"min": 5,
"max": 20
"max": 30
},
"mints": [
"So11111111111111111111111111111111111111112",
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 6130829

Please sign in to comment.