-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump version for sns canisters (#483)
- Loading branch information
1 parent
232da8c
commit 1f23696
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
DFX_IC_COMMIT=e54d3fa34ded227c885d04e64505fa4b5d564743 | ||
CANISTER_NAME=ic-icrc1-index-ng.wasm.gz | ||
DFX_IC_COMMIT=aa91ecacdf3824e193e21b70e0127e8d3edab51a | ||
CANISTER_NAME=sns-root-canister.wasm.gz | ||
|
||
if [ ! -e "./wams/$CANISTER_NAME" ]; then | ||
wget -P ./wasms/ "https://download.dfinity.systems/ic/$DFX_IC_COMMIT/canisters/$CANISTER_NAME" | ||
fi | ||
|
||
# archive canister commit: e54d3fa34ded227c885d04e64505fa4b5d564743 | ||
# ledger canister commit: e54d3fa34ded227c885d04e64505fa4b5d564743 | ||
# swap canister commit: aa91ecacdf3824e193e21b70e0127e8d3edab51a | ||
# governance canister commit: 25c1bb0227d9970f5673b908817d7c4962b29911 | ||
# root canister commit: aa91ecacdf3824e193e21b70e0127e8d3edab51a | ||
# index canister commit: e54d3fa34ded227c885d04e64505fa4b5d564743 | ||
|
||
|
||
|
Binary file not shown.