Skip to content

Commit

Permalink
chore: add comment for init to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 20, 2024
1 parent 746b583 commit 51486e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/e2e_include_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"github.com/babylonlabs-io/babylon/app/upgrades/signetlaunch"
)

// 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)
}

0 comments on commit 51486e5

Please sign in to comment.