Skip to content

Commit

Permalink
update upgrade height
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Aug 22, 2022
1 parent 1573a35 commit a485dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func New(
// 100% is not necessary here because it will be tuned by relayers later on
// it is set to georli height at 23th August 2022 3pm JST
app.GravityKeeper.MigrateGravityContract(
ctx, "0x0000000000000000000000000000000000000000", 7468666)
ctx, "0x0000000000000000000000000000000000000000", 7460000)
return updatedVM, nil
})
}
Expand Down

0 comments on commit a485dff

Please sign in to comment.