Skip to content

Commit

Permalink
Increase base slippage for solana and default (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxme authored Jan 22, 2025
1 parent f51fd26 commit 7725806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slippage_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "solana",
"range": {
"min": 5,
"min": 20,
"max": 100
}
},
Expand Down Expand Up @@ -31,7 +31,7 @@
{
"name": "default",
"range": {
"min": 80,
"min": 100,
"max": 1000
}
}
Expand Down

0 comments on commit 7725806

Please sign in to comment.