Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fix: lower min swap amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jul 12, 2024
1 parent de7daed commit df9b614
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data/boltz/boltz.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[swap]
[swap.minSwapSizeMultipliers]
submarine = 2
reverse = 2
chain = 2

[api]
host = "boltz"
port = 9_001
Expand All @@ -8,7 +14,7 @@ quote = "BTC"
rate = 1
fee = 0.5
maxSwapAmount = 40_294_967
minSwapAmount = 50_000
minSwapAmount = 10_000

[pairs.timeoutDelta]
reverse = 1440
Expand All @@ -22,7 +28,7 @@ quote = "BTC"
fee = 0.1
rate = 1
maxSwapAmount = 40_294_967
minSwapAmount = 50_000
minSwapAmount = 10_000

[pairs.timeoutDelta]
reverse = 1440
Expand All @@ -37,7 +43,7 @@ rate = 1
fee = 0.5

maxSwapAmount = 4_294_967
minSwapAmount = 50_000
minSwapAmount = 10_000

[pairs.timeoutDelta]
reverse = 1440
Expand Down

0 comments on commit df9b614

Please sign in to comment.