Skip to content

Commit

Permalink
EPROD 1110 breaking change in ord (#62)
Browse files Browse the repository at this point in the history
* EPROD-1110 removed https endpoints for testing

* fix: no ci

* fix: ci

* EPROD-1110 ord 0.21.1 removed /runes/balances endpoint, breaking tests
  • Loading branch information
veeso authored Jan 14, 2025
1 parent 92127bf commit 337795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ordinals-ord/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ordinals-ord/ord.sh .
RUN apt update && apt install -y curl
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash
RUN apt install -y nodejs
RUN curl --proto '=https' --tlsv1.2 -fsLS https://raw.githubusercontent.com/ordinals/ord/master/install.sh | bash -s -- --to /usr/local/bin
RUN curl --proto '=https' --tlsv1.2 -fsLS https://raw.githubusercontent.com/ordinals/ord/master/install.sh | bash -s -- --tag 0.21.0 --to /usr/local/bin

ENV ORD_BITCOIN_RPC_USERNAME=ic-btc-integration
ENV ORD_BITCOIN_RPC_PASSWORD="QPQiNaph19FqUsCrBRN0FII7lyM26B51fAMeBQzCb-E="
Expand Down

0 comments on commit 337795d

Please sign in to comment.