CI: pin boltz to version (#3852)
This commit is contained in:
@@ -26,8 +26,10 @@ password = "boltz"
|
|||||||
host = "0.0.0.0"
|
host = "0.0.0.0"
|
||||||
port = 9005
|
port = 9005
|
||||||
|
|
||||||
|
[swap]
|
||||||
|
deferredClaimSymbols = ["BTC", "L-BTC"]
|
||||||
|
|
||||||
[[pairs]]
|
[[pairs]]
|
||||||
isLegacy = true
|
|
||||||
base = "BTC"
|
base = "BTC"
|
||||||
quote = "BTC"
|
quote = "BTC"
|
||||||
rate = 1
|
rate = 1
|
||||||
@@ -44,7 +46,6 @@ minSwapAmount = 50_000
|
|||||||
swapTaproot = 10080
|
swapTaproot = 10080
|
||||||
|
|
||||||
[[pairs]]
|
[[pairs]]
|
||||||
isLegacy = true
|
|
||||||
base = "L-BTC"
|
base = "L-BTC"
|
||||||
quote = "BTC"
|
quote = "BTC"
|
||||||
fee = 0.25
|
fee = 0.25
|
||||||
@@ -83,6 +84,7 @@ maxZeroConfAmount = 0
|
|||||||
zmqpubrawblock = "tcp://bitcoind:29001"
|
zmqpubrawblock = "tcp://bitcoind:29001"
|
||||||
port = 18_443
|
port = 18_443
|
||||||
cookie = "/root/.bitcoin/regtest/.cookie"
|
cookie = "/root/.bitcoin/regtest/.cookie"
|
||||||
|
feeFloor = 0.2
|
||||||
|
|
||||||
wallet = "lnbits"
|
wallet = "lnbits"
|
||||||
|
|
||||||
@@ -101,6 +103,7 @@ maxSwapAmount = 40_294_967
|
|||||||
minSwapAmount = 10_000
|
minSwapAmount = 10_000
|
||||||
maxZeroConfAmount = 40_294_967
|
maxZeroConfAmount = 40_294_967
|
||||||
|
|
||||||
|
|
||||||
[liquid.chain]
|
[liquid.chain]
|
||||||
host = "elementsd"
|
host = "elementsd"
|
||||||
port = 18884
|
port = 18884
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
- lnd-2
|
- lnd-2
|
||||||
- boltz-postgres
|
- boltz-postgres
|
||||||
restart: always
|
restart: always
|
||||||
image: boltz/boltz:latest
|
image: boltz/boltz:v3.12.1
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
entrypoint: "sh -c 'sleep 30; /boltz-backend/bin/boltzd'"
|
entrypoint: "sh -c 'sleep 30; /boltz-backend/bin/boltzd'"
|
||||||
|
|||||||
Reference in New Issue
Block a user