Skip to content

Commit

Permalink
chore: change to permanent cycles ledger url
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Nov 29, 2023
1 parent 76d0f3e commit a54e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/cycles-ledger.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CYCLES_LEDGER_VERSION="0.2.1"

build_artifact_url() {
echo "https://raw.githubusercontent.com/dfinity/sdk/cycles-ledger-prerelease/cycles-ledger-v$CYCLES_LEDGER_VERSION/${1}"
echo "https://github.com/dfinity/cycles-ledger/releases/download/cycles-ledger-v$CYCLES_LEDGER_VERSION/${1}"
}

downloaded_cycles_ledger_canisters_dir() {
Expand Down

0 comments on commit a54e84f

Please sign in to comment.