Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Oct 11, 2024
1 parent 243d4c2 commit 1c7526f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/app/admin/planupgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ var upgradePlans = map[netconf.ID]bindings.UpgradePlan{
Name: uluwatu1.UpgradeName,
Height: 0, // Dynamically calculated for ephemeral networks
},
netconf.Omega: {
Name: uluwatu1.UpgradeName,
Height: 307000, // Mon 14 Oct 9am EST
},
}

// PlanUpgrade plans the above configured network upgrade.
Expand Down

0 comments on commit 1c7526f

Please sign in to comment.