From 7e4c87ef7d9f59f13ed030e6d95192e908ee98d6 Mon Sep 17 00:00:00 2001 From: Lara Schmid <73884086+LaraAS@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:52:10 +0200 Subject: [PATCH] Update docs/developer-docs/integrations/sns/launching/launch-steps.md Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> --- docs/developer-docs/integrations/sns/launching/launch-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/integrations/sns/launching/launch-steps.md b/docs/developer-docs/integrations/sns/launching/launch-steps.md index adac496d82..657ed5fda3 100644 --- a/docs/developer-docs/integrations/sns/launching/launch-steps.md +++ b/docs/developer-docs/integrations/sns/launching/launch-steps.md @@ -35,7 +35,7 @@ ls bazel-bin/rs/sns/cli/sns Typically, dapp developers choose initial parameters that will be used in subsequent proposals. -:::info These parameters also define the initial neurons with which the SNS governance canister will be installed. The Launch Stages 5 and 6 require submitting and adopting an SNS proposal during the launch process, and thus before the SNS is fully launched. Note that some frontends, for example the NNS frontend dapp, do not show neurons of SNSs that are not fully launched. Therefore, neurons that are controlled by NNS frontend dapp principals will only be visible after a successful launch. Therefore, the initial neurons must be carefully setup in a way so that enough of them can be operated already during the launch process. +:::info These parameters also define the initial neurons with which the SNS governance canister will be installed. The launch stages 5 and 6 require submitting and adopting an SNS proposal during the launch process, and thus before the SNS is fully launched. Note that some frontends, for example the NNS frontend dapp, do not show neurons of SNSs that are not fully launched. Therefore, neurons that are controlled by NNS frontend dapp principals will only be visible after a successful launch. Therefore, the initial neurons must be carefully setup in a way so that enough of them can be operated already during the launch process. This is also relevant for other SNS proposals that can already be used during the launch, for example to upgrade the dapp canister(s) or registering custom proposals for that DAO. :::