Skip to content

Commit 865cdae

Browse files
committed
upgrade name
1 parent d4daaa9 commit 865cdae

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

e2e/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

upgrade/constants.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717
package 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.
2823
const TestnetChainID = "grand-1"

upgrade/upgrade.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ func CreateUpgradeHandler(
6363
}
6464
}
6565

66-
logger.Info(UpgradeASCII)
67-
6866
return vm, nil
6967
}
7068
}

0 commit comments

Comments
 (0)