Skip to content

Commit

Permalink
Merge pull request #1702 from onflow/bastian/fix-evm-contract-update-…
Browse files Browse the repository at this point in the history
…in-migration

Fix EVM contract migration
  • Loading branch information
turbolent authored Aug 22, 2024
2 parents e248672 + c2882a6 commit 82f2a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/migrate/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func migrateState(
err = emulatorMigrate.MigrateCadence1(
store,
stateFlags.SaveReport,
migrations.EVMContractChangeNone,
// Should match https://github.com/onflow/flow-go/blob/2a1e71eb64e200c7d82e8e31602c397f1939c893/cmd/util/cmd/execution-state-extract/cmd.go#L380-L381
migrations.EVMContractChangeDeployMinimalAndUpdateFull,
migrations.BurnerContractChangeDeploy,
contracts,
rwf,
Expand Down

0 comments on commit 82f2a0e

Please sign in to comment.