We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b73038 commit 6e53a3eCopy full SHA for 6e53a3e
2 files changed
e2e/upgrade_test.go
@@ -27,7 +27,7 @@ func TestChainUpgrade(t *testing.T) {
27
t.Skip("skipping test in short mode.")
28
}
29
30
- genesisVersion := "v11.0.0-rc.1"
+ genesisVersion := "v11.1.0"
31
32
upgrades := []e2e.ChainUpgrade{
33
{
e2e/utils.go
@@ -48,7 +48,7 @@ import (
48
const (
49
ghcrRepo = "ghcr.io/noble-assets/noble"
50
containerUidGid = "1025:1025"
51
- e2eChainID = upgrade.TestnetChainID
+ e2eChainID = upgrade.MainnetChainID
52
)
53
54
var (
0 commit comments