Skip to content

Commit

Permalink
feat: Add pair range for LST and range same as bluechip (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana authored Aug 19, 2024
1 parent 73ff59d commit 39ec2db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dynamic_slippage_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@
{
"name": "lst",
"range": {
"min": 25,
"max": 75
},
"pairRange": {
"min": 10,
"max": 50
"max": 20
},
"mints": [
"So11111111111111111111111111111111111111112",
Expand Down

0 comments on commit 39ec2db

Please sign in to comment.