File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func TestChainUpgrade(t *testing.T) {
3232 upgrades := []e2e.ChainUpgrade {
3333 {
3434 Image : e2e .LocalImages [0 ],
35- UpgradeName : "TODO " ,
35+ UpgradeName : "v11.2.0 " ,
3636 },
3737 }
3838
Original file line number Diff line number Diff line change 1717package upgrade
1818
1919// UpgradeName is the name of this specific software upgrade used on-chain.
20- const UpgradeName = "TODO"
21-
22- // UpgradeASCII is the ASCII art shown to node operators upon successful upgrade.
23- const UpgradeASCII = `
24- TODO
25- `
20+ const UpgradeName = "v11.2.0"
2621
2722// TestnetChainID is the Chain ID of the Noble testnet.
2823const TestnetChainID = "grand-1"
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ func CreateUpgradeHandler(
6363 }
6464 }
6565
66- logger .Info (UpgradeASCII )
67-
6866 return vm , nil
6967 }
7068}
You can’t perform that action at this time.
0 commit comments