Skip to content

Commit 2d606d3

Browse files
authored
chore(upgrade): update contracts bytecode uploaded during upgrade (#2057)
Signed-off-by: Artur Troian <[email protected]> Co-authored-by: Artur Troian <[email protected]>
1 parent e6b2ba0 commit 2d606d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upgrades/software/v2.0.0/contracts.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upgrades/software/v2.0.0/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func init() {
1818
utypes.RegisterMigration(dv1.ModuleName, 6, newDeploymentMigration)
1919

2020
const pythChecksum = "91dc2aada6e94f102013cb7bf799892b137b033561430941475a3e355e7eef4d"
21-
const wormholeChecksum = "4f8366678c6947bd6765e2bdd3d5650245835eff4f7b9defb032f844ab9c770f"
21+
const wormholeChecksum = "b97763a6116d2eaad99d96de83b5ffabf4cc5dd927ca3e426ac02c767902162a"
2222

2323
pythActual := sha256.Sum256(pythContract)
2424
wormholeActual := sha256.Sum256(wormholeContract)

0 commit comments

Comments
 (0)