dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
176 stars 85 forks source link

feat(frontend-canister): allow setting permissions in init args #3965

Closed sesi200 closed 3 weeks ago

sesi200 commented 3 weeks ago

Description

It is possible to overwrite the permissions lists in the asset canister's upgrade arguments, but not in init args. This PR allows setting the permissions lists in init args as well

How Has This Been Tested?

Added e2e

Checklist: