-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ee332
commit 9454e89
Showing
4 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
//go:build e2e | ||
|
||
// This file contains code specific to end-to-end (e2e) testing for the Babylon application. | ||
// It includes the signet upgrade and enables integration. | ||
|
||
package app | ||
|
||
import ( | ||
"github.com/babylonlabs-io/babylon/app/upgrades/signetlaunch" | ||
zctypes "github.com/babylonlabs-io/babylon/x/zonecaching/types" | ||
) | ||
|
||
// init is used to include signet upgrade used for e2e testing | ||
// this file should be removed once the upgrade testing with signet ends. | ||
func init() { | ||
Upgrades = append(Upgrades, signetlaunch.Upgrade) | ||
zctypes.EnableIntegration = true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters