Skip to content

Commit d566e41

Browse files
committed
context: bump elements version
1 parent b5321ca commit d566e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

context/download_bins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ curl -Ls https://github.com/LeoComandini/waterfalls/releases/download/b8818e1/${
1717
chmod +x $FNAME
1818

1919
# elementsd
20-
curl -Ls https://github.com/ElementsProject/elements/releases/download/elements-23.2.4/elements-23.2.4-x86_64-linux-gnu.tar.gz | tar -xz
20+
curl -Ls https://github.com/ElementsProject/elements/releases/download/elements-23.3.1/elements-23.3.1-x86_64-linux-gnu.tar.gz | tar -xz
2121

2222
# bitcoind
2323
curl -Ls https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz | tar -xz

context/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
export ELECTRS_LIQUID_EXEC="$PWD/bin/electrs_linux_esplora_027e38d3ebc2f85b28ae76f8f3448438ee4fc7b1_liquid"
3-
export ELEMENTSD_EXEC="$PWD/bin/elements-23.2.4/bin/elementsd"
3+
export ELEMENTSD_EXEC="$PWD/bin/elements-23.3.1/bin/elementsd"
44
export BITCOIND_EXEC="$PWD/bin/bitcoin-26.0/bin/bitcoind"
55
export WATERFALLS_EXEC="$PWD/bin/waterfalls_b8818e1"
66
export ASSET_REGISTRY_EXEC="$PWD/bin/asset_registry_server_5ecf533"

0 commit comments

Comments
 (0)