Skip to content

Commit

Permalink
Merge pull request #74 from dfinity/aterga-patch-10
Browse files Browse the repository at this point in the history
Describe the new Swap constraints in example_sns_init.yaml
  • Loading branch information
aterga authored Sep 23, 2024
2 parents c723389 + e6bd98d commit 2b824d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions example_sns_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,12 @@ Swap:
VestingSchedule:
# The number of events in the vesting schedule. This translates to how
# many neurons will be in each participant's neuron basket. Note that
# the first neuron in each neuron basket will have zero dissolve delay.
# This value should thus be greater than or equal to `2`.
# the first neuron in each neuron basket will have zero dissolve delay;
# the 2nd will have dissolve delay `interval`; if present, the 3rd will
# have dissolve delay `interval` × 2, etc.
#
# This value must be greater than or equal to `2`
# and must not exceed `10`.
events: 2

# The interval at which the schedule will be increased per event. The
Expand Down

0 comments on commit 2b824d7

Please sign in to comment.