Skip to content

Commit

Permalink
update default time
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Nov 24, 2023
1 parent 77d9b0f commit be6480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/scripts/governance/bridge_vesters_set_rewards.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
# First update to the rewards multiplier.
REWARDS_MULTIPLIER_UPDATE_1=660000 # in parts-per-million (example given: 0.66)
# TODO: update time
UPDATE_1_TIME_UTC="2023-12-19T15:00:00+00:00"
UPDATE_1_TIME_UTC="2024-12-01T15:00:00+00:00"
# Second update to the rewards multipler. Fill in value and time.
REWARDS_MULTIPLIER_UPDATE_2=900000 # in parts-per-million (example given: 0.9)
# TODO: update time
UPDATE_2_TIME_UTC="2024-01-16T15:00:00+00:00"
UPDATE_2_TIME_UTC="2025-12-01T15:00:00+00:00"
# TODO: update as needed. Can be checked in Mintscan by visiting a future block:
# `www.mintscan.io/chain_name/block/9000000`
# This can fluctuate; value range for reference: 1.2 <= X <= 1.3
Expand Down

0 comments on commit be6480b

Please sign in to comment.