Skip to content

Commit

Permalink
feat(sns-cli): Rename Distribution.InitialBalances.governance as Dist…
Browse files Browse the repository at this point in the history
…ribution.InitialBalances.treasury (#416)

This PR adjusts the SNS configuration file after
`Distribution.InitialBalances.governance` has been remapped from
`initialTokenDistribution.treasuryDistribution.total` to
`Distribution.InitialBalances.treasury` in
dfinity/ic#1755.
  • Loading branch information
aterga authored Nov 4, 2024
1 parent 95b8e33 commit 3208dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sns_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Distribution:
# as the treasury. This is initialized in a special sub-account, as the
# main account of Governance is the minting account of the SNS Ledger.
# This field is specified as a token. For instance, "1 token".
governance: 2_937 tokens
treasury: 2_937 tokens

# The initial SNS token balance of the Swap canister is what will be
# available for the decentralization swap. These tokens will be swapped
Expand Down
2 changes: 1 addition & 1 deletion bin/versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034 # Variables are expected to be unused in this file
# Release from 2024-05-02 which includes nervous_system_parameters.
SNS_AGGREGATOR_RELEASE=proposal-129614-agg
DFX_IC_COMMIT=36cbd803b7f6e5f811c720361e648b614ef66162
DFX_IC_COMMIT=2b3b69ee4bdad75776a0ed668aa53500600af044
INTERNET_IDENTITY_RELEASE=release-2023-10-27
NNS_DAPP_RELEASE=proposal-133373
DIDC_VERSION=2023-07-25
Expand Down

0 comments on commit 3208dcf

Please sign in to comment.