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
atheeshp authored Oct 16, 2023
1 parent 3d41748 commit 25af78a
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 @@ -103,7 +103,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, 12, 15, 0, 0, 0, time.UTC) // (dd/mm/yyyy: 16/10/2023, 15:00)
params.AirdropStartTime = time.Date(2023, 10, 23, 15, 0, 0, 0, time.UTC) // (dd/mm/yyyy: 23/10/2023, 15:00UTC)
params.DurationOfDecay = sixMonths
params.DurationUntilDecay = sixMonths

Expand Down

0 comments on commit 25af78a

Please sign in to comment.