Skip to content

Commit

Permalink
Update app/upgrades/v2.2.0/upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcse authored Oct 13, 2023
1 parent b4b5d2f commit c5fa842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2.2.0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func ExecuteProposal(ctx sdk.Context, ak auth.AccountKeeper, bk bank.Keeper, ck

params := ck.GetParams(ctx)
params.AirdropEnabled = true
params.AirdropStartTime = time.Date(2023, 10, 16, 15, 0, 0, 0, time.UTC) // (dd/mm/yyyy: 16/10/2023, 15:00)
params.AirdropStartTime = time.Date(2023, 10, 12, 15, 0, 0, 0, time.UTC) // (dd/mm/yyyy: 16/10/2023, 15:00)
params.DurationOfDecay = sixMonths
params.DurationUntilDecay = sixMonths

Expand Down

0 comments on commit c5fa842

Please sign in to comment.