feat: switch Esplora client url to Breez server instance (#845)

Co-authored-by: Ross Savage <mr.dangeross@googlemail.com>
This commit is contained in:
yse
2025-04-08 10:27:13 +02:00
committed by GitHub
parent 58c94c6105
commit 8a33bb42e6
9 changed files with 86 additions and 34 deletions

4
lib/Cargo.lock generated
View File

@@ -760,7 +760,7 @@ checksum = "829a082bd3761fde7476dc2ed85ca56c11628948460ece621e4f56fef5046567"
[[package]]
name = "boltz-client"
version = "0.3.0"
source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=f78e159fe72e1c357e7830bc08d2b9e42a65362c#f78e159fe72e1c357e7830bc08d2b9e42a65362c"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=b54f181e218d#b54f181e218d6c7d44d7bfd3eabda3681006fbc0"
dependencies = [
"async-trait",
"bip39",
@@ -3182,7 +3182,7 @@ dependencies = [
[[package]]
name = "macros"
version = "0.0.0"
source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=f78e159fe72e1c357e7830bc08d2b9e42a65362c#f78e159fe72e1c357e7830bc08d2b9e42a65362c"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=b54f181e218d#b54f181e218d6c7d44d7bfd3eabda3681006fbc0"
dependencies = [
"proc-macro2",
"quote",