Skip to content

Commit

Permalink
boltz(config): enable chain swaps and RBTC/L-BTC pair
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Jan 16, 2025
1 parent cf4bb2d commit 6f3540f
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions data/backend/boltz.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ base = "BTC"
quote = "BTC"
rate = 1
fee = 0.5
swapInFee = 0.1
maxSwapAmount = 40_294_967
minSwapAmount = 50_000

Expand All @@ -43,7 +44,8 @@ minSwapAmount = 50_000
[[pairs]]
base = "L-BTC"
quote = "BTC"
fee = 0.1
fee = 0.25
swapInFee = 0.1
rate = 1
maxSwapAmount = 40_294_967
minSwapAmount = 50_000
Expand All @@ -58,7 +60,8 @@ minSwapAmount = 50_000
base = "RBTC"
quote = "BTC"
rate = 1
fee = 0.5
fee = 0.25
swapInFee = 0.1

maxSwapAmount = 4_294_967
minSwapAmount = 50_000
Expand All @@ -69,6 +72,30 @@ minSwapAmount = 50_000
swapMaximal = 2880
swapTaproot = 10080

[[pairs]]
base = "RBTC"
quote = "L-BTC"
rate = 1
fee = 0.25
swapInFee = 0.1

maxSwapAmount = 10_000_000
minSwapAmount = 2_500

swapTypes = ["chain"]

[pairs.chainSwap]
buyFee = 0.1
sellFee = 0.1

minSwapAmount = 25_000

[pairs.timeoutDelta]
reverse = 1440
swapMinimal = 1440
swapMaximal = 2880
swapTaproot = 10080

[[currencies]]
symbol = "BTC"
network = "bitcoinRegtest"
Expand Down

0 comments on commit 6f3540f

Please sign in to comment.