We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e248672 + c2882a6 commit 82f2a0eCopy full SHA for 82f2a0e
internal/migrate/state.go
@@ -96,7 +96,8 @@ func migrateState(
96
err = emulatorMigrate.MigrateCadence1(
97
store,
98
stateFlags.SaveReport,
99
- migrations.EVMContractChangeNone,
+ // Should match https://github.com/onflow/flow-go/blob/2a1e71eb64e200c7d82e8e31602c397f1939c893/cmd/util/cmd/execution-state-extract/cmd.go#L380-L381
100
+ migrations.EVMContractChangeDeployMinimalAndUpdateFull,
101
migrations.BurnerContractChangeDeploy,
102
contracts,
103
rwf,
0 commit comments