From 6d55d950e4aade56d50089301b27e5a77b795e2d Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:53:48 -0500 Subject: [PATCH] Update docs/developer-docs/integrations/sns/managing-sns/sns-asset-canister.md Co-authored-by: Lara Schmid <73884086+LaraAS@users.noreply.github.com> --- .../integrations/sns/managing-sns/sns-asset-canister.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/integrations/sns/managing-sns/sns-asset-canister.md b/docs/developer-docs/integrations/sns/managing-sns/sns-asset-canister.md index a92f386d4c..96013d94ab 100644 --- a/docs/developer-docs/integrations/sns/managing-sns/sns-asset-canister.md +++ b/docs/developer-docs/integrations/sns/managing-sns/sns-asset-canister.md @@ -6,7 +6,7 @@ The [asset canister](https://github.com/dfinity/sdk/tree/master/src/canisters/fr In the context of the SNS, a dapp's associated asset canister serves the frontend assets related to dapp and may also include a frontend to the SNS DAO, e.g., through which users can vote on governance proposals. -The contents of the asset canister must be configured prior to the launch of the SNS, and any changes afterwards must be made by a submitting a proposal by a principal with the permission to do so. Once changes are proposed, they can be voted on by the SNS DAO. If approved, the SNS governance canister is the only one that can commit the approved changes. This configuration assures that changes to the asset canister are only made by approved proposals. These changes are referred to as 'upgrades' to the asset canister in the remainder of this document. +The contents of the asset canister must be configured prior to the launch of the SNS. Any changes afterwards must be submitted by a principal with the permission to do so. Once changes are proposed, they can be voted on by the SNS DAO. If adopted, the SNS governance canister commits the approved changes and is the only one who can do so. This configuration assures that changes to the asset canister are only made by adopted proposals. These changes are referred to as 'upgrades' to the asset canister in the remainder of this document. This section is relevant if your project contains an asset canister and describes how you can test handing over control of an asset canister to an SNS.