Skip to content

Commit

Permalink
v4 migration update
Browse files Browse the repository at this point in the history
  • Loading branch information
jelysn committed Jun 14, 2024
1 parent 20b264d commit 1f7f6cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/parameter/migrations/v4_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ func (m Migrator) V4Migration(ctx sdk.Context) error {
legacy.BrokerAddress, // broker address
legacy.TotalBlocksPerYear, // total blocks per year
86400, // 24 hrs
sdk.NewInt(256),
sdk.NewInt(1638400),
sdk.NewInt(6291456),
)
m.keeper.SetParams(ctx, params)

Expand Down

0 comments on commit 1f7f6cc

Please sign in to comment.