Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model/access/systemcollection/system_collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
var ChainHeightVersions = map[flow.ChainID]access.HeightVersionMapper{
flow.Testnet: access.NewStaticHeightVersionMapper(map[uint64]access.Version{
0: Version0,
288677777: Version1, // TODO: update after mirgationnet tests
290050888: Version1,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice to also comment with the estimated time.

}),
}

Expand Down
Loading