Skip to content

Commit

Permalink
Merge branch 'raise-canister-size-limit' into 'master'
Browse files Browse the repository at this point in the history
chore: Bump Sns Governance size limit

To prepare for a community MR that's failing on this test, bump the sizes slightly for SNS Governance 

See merge request dfinity-lab/public/ic!16569
  • Loading branch information
marko-k0 committed Dec 7, 2023
2 parents f4b2e28 + b5dd289 commit 9d0e5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish/canisters/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ CANISTERS_MAX_SIZE_E5_BYTES = {
"ledger-canisternotify-method.wasm": "19",
"root-canister.wasm": "15",
"sns-canister.wasm": "15",
"sns-governance-canister.wasm": "19",
"sns-governance-canister_test.wasm": "19",
"sns-governance-canister.wasm": "20",
"sns-governance-canister_test.wasm": "20",
"sns-root-canister.wasm": "15",
"sns-swap-canister.wasm": "15",
}
Expand Down

0 comments on commit 9d0e5f7

Please sign in to comment.