Skip to content

Commit

Permalink
chore: Fix example allowanceBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Apr 23, 2024
1 parent 4d529d3 commit fd03db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ global:
# orignal swap is executed.)
maxSubmissionDelay: 300000 # Maximum time for the wallet to submit the 'underwrite' transaction.

allowanceBuffer: 1.05 # Extra buffer allowed on top of the calculated required funds for
allowanceBuffer: 0.05 # Extra buffer allowed on top of the calculated required funds for
# performing an underwrite.

maxUnderwriteAllowed: "10000000000000000000" # Maximum tokens to risk on a single underwrite
Expand Down

0 comments on commit fd03db1

Please sign in to comment.