Skip to content

Commit

Permalink
Rename btc kyt canister
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Dec 10, 2024
1 parent 105a92f commit 7c4896e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/dfx-ckbtc-import
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ckbtc_import() {
echo "Getting $local_path from $url..."
curl -fsSL "$url" | gunzip >"${local_path}"
}
get_wasm ic-btc-kyt.wasm "${LOCAL_PREFIX}kyt"
get_wasm ic-btc-checker.wasm "${LOCAL_PREFIX}kyt"
get_wasm ic-ckbtc-minter.wasm "${LOCAL_PREFIX}minter"
get_wasm ic-icrc1-ledger.wasm "${LOCAL_PREFIX}ledger"
get_wasm ic-icrc1-index-ng.wasm "${LOCAL_PREFIX}index"
Expand All @@ -74,7 +74,7 @@ ckbtc_import() {
echo "Getting $local_path from $url..."
curl -sSLf --retry 5 "$url" -o "$local_path"
}
get_did rs/bitcoin/kyt/btc_kyt_canister.did "${LOCAL_PREFIX}kyt"
get_did rs/bitcoin/checker/btc_checker_canister.did "${LOCAL_PREFIX}kyt"
get_did rs/bitcoin/ckbtc/minter/ckbtc_minter.did "${LOCAL_PREFIX}minter"
get_did rs/ledger_suite/icrc1/ledger/ledger.did "${LOCAL_PREFIX}ledger"
get_did rs/ledger_suite/icrc1/index-ng/index-ng.did "${LOCAL_PREFIX}index"
Expand Down
2 changes: 1 addition & 1 deletion bin/dfx-software-ic-latest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function downloads_exist() {
"binaries/x86_64-linux/ic-admin.gz" \
"binaries/x86_64-linux/sns.gz" \
"canisters/bitcoin-mock-canister.wasm.gz" \
"canisters/ic-btc-kyt.wasm.gz" \
"canisters/ic-btc-checker.wasm.gz" \
"canisters/ic-ckbtc-minter.wasm.gz" \
"canisters/ic-icrc1-index-ng-u256.wasm.gz" \
"canisters/ic-icrc1-index-ng.wasm.gz" \
Expand Down
2 changes: 1 addition & 1 deletion bin/versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034 # Variables are expected to be unused in this file
# Release from 2024-05-02 which includes nervous_system_parameters.
SNS_AGGREGATOR_RELEASE=proposal-129614-agg
DFX_IC_COMMIT=9f5674ce6ba13379b24d2e49663d6dae087ae247
DFX_IC_COMMIT=b937ba1951780e1b64878af21f3f1f27ae21709a
INTERNET_IDENTITY_RELEASE=release-2023-10-27
NNS_DAPP_RELEASE=proposal-133373
DIDC_VERSION=2023-07-25
Expand Down

0 comments on commit 7c4896e

Please sign in to comment.