Skip to content

Commit

Permalink
test: configure MajorUpgradeToV3 to use test chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Dec 6, 2024
1 parent 5edec3d commit 9208328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/major_upgrade_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ func MajorUpgradeToV3(logger *log.Logger) error {
logger.Printf("Knuu initialized with scope %s", kn.Scope)

logger.Println("Creating testnet")
testNet, err := testnet.New(kn, testnet.Options{})
testNet, err := testnet.New(kn, testnet.Options{
ChainID: appconsts.TestChainID,
})
testnet.NoError("failed to create testnet", err)

defer testNet.Cleanup(ctx)
Expand Down

0 comments on commit 9208328

Please sign in to comment.