Skip to content

Commit

Permalink
Bump wasm size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz-dfinity committed Jan 31, 2025
1 parent 19ce35d commit d0674c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/sns/sns.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ but other things could be added here later.
CANISTER_NAME_TO_MAX_COMPRESSED_WASM_SIZE_E5_BYTES = {
"sns-governance-canister.wasm.gz": "13",
"sns-governance-canister_test.wasm.gz": "13",
"sns-root-canister.wasm.gz": "4",
"sns-root-canister.wasm.gz": "5",
"sns-swap-canister.wasm.gz": "7",
}

0 comments on commit d0674c8

Please sign in to comment.