Skip to content

Commit

Permalink
new launch flow without tables, including commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraAS committed Jul 17, 2023
1 parent f682121 commit 4eacd04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/developer-docs/integrations/sns/launching/launch-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If the proposal is adopted successfully, at the end of this step, we have:
</tr>
<tr>
<td>NNS Proposal #1</td>
<td class="light-orange-text">Approved</td>
<td class="light-orange-text">Adopted</td>
</tr>
<tr>
<td>SNS Proposal #1</td>
Expand Down Expand Up @@ -208,7 +208,7 @@ If the proposal is adopted successfully, at the end of this step, we have:

### 4. Dapp developers trigger the SNS canisters to be created on SNS subnet

When all initial parameters are specified and the NNS approved the SNS launch,
When all initial parameters are specified and the NNS adopted the SNS launch,
the SNS canisters can be created by a manual call to [SNS-W](../introduction/sns-architecture.md#SNS-W).
This will initiate the creation of the SNS canisters and set their initial parameters as
chosen in [Step 1](#SNS-launch-step-preparation).
Expand Down Expand Up @@ -410,15 +410,15 @@ If successful, at the end of stage, the following has changed:
</tr>
<tr>
<td>NNS Proposal #1</td>
<td>Approved</td>
<td>Adopted</td>
</tr>
<tr>
<td>SNS Proposal #1</td>
<td>Approved</td>
<td>Adopted</td>
</tr>
<tr>
<td>NNS Proposal #2</td>
<td class="light-orange-text">Approved</td>
<td class="light-orange-text">Adopted</td>
</tr>
</table>

Expand Down

0 comments on commit 4eacd04

Please sign in to comment.