Skip to content

Commit

Permalink
more realistic defaults
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <[email protected]>
  • Loading branch information
gsteenkamp89 and pxrl authored Aug 23, 2024
1 parent b49bbd4 commit 726cfb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Example:
```json
// 0x123abc123abc.json
{
"minExclusivityPeriod": 12,
"minProfitThreshold": 0.0001,
"balanceMultiplier": 0.2,
"maxFillSize": 12000
"minExclusivityPeriod": 5,
"minProfitThreshold": 0.00005,
"balanceMultiplier": 0.25,
"maxFillSize": 2500
}
```

Expand Down

0 comments on commit 726cfb8

Please sign in to comment.