Skip to content

Commit

Permalink
build: bump Cmc wasm commit id
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker committed Sep 3, 2023
1 parent 16571c9 commit c3d67e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmc.sh
Expand Up @@ -4,7 +4,7 @@
# - you need to make sure that you create it as the fifth canister on the subnet so that the canister id is rkp4c-7iaaa-aaaaa-aaaca-cai
# - you can set an arbitrary canister ID as the governance canister id in the initial payload for CMC. This canister ID would then have be allowed to make the calls that only the governance canister could make. Or you can set it to aaaaa-aa and then no canister would be able to make the privileged calls.

IC_VERSION=c9b2f9653afc2da47e5bd527c192090b860acbf0
IC_VERSION=6223a38cfae726e9cc83db9ae27f35ca979dd0d8
curl -o cmc.wasm.gz "https://download.dfinity.systems/ic/$IC_VERSION/canisters/cycles-minting-canister.wasm.gz"
gunzip cmc.wasm.gz

Expand Down

0 comments on commit c3d67e0

Please sign in to comment.