Skip to content

Commit

Permalink
Add Split as an example manage_neuron command (#6510)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Oct 7, 2024
1 parent 3aa14ad commit 2715527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/proposals/manage_nns_neuron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ FUNCTION_ID=8001

# Increase Dissolve Delay
# ARGS="(record { neuron_id = 15574844586067538603:nat64; command = variant { Configure = record { operation = opt variant { IncreaseDissolveDelay = record { additional_dissolve_delay_seconds = 15778800:nat32 } } } } })"

# Split
# ARGS="(record { neuron_id = 15574844586067538603:nat64; command = variant { Split = record { amount_e8s = 10000000000000:nat64 } } })"

0 comments on commit 2715527

Please sign in to comment.