Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Aug 21, 2024
1 parent 883a406 commit 6f5e33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itest/babylon_node_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func NewBabylonNodeHandler(t *testing.T, covenantQuorum int, covenantPks []*type
"--keyring-backend=test",
"--chain-id=chain-test",
"--additional-sender-account",
fmt.Sprintf("--epoch-interval=%d", 5),
fmt.Sprintf("--slashing-address=%s", slashingAddr),
fmt.Sprintf("--covenant-quorum=%d", covenantQuorum),
fmt.Sprintf("--covenant-pks=%s", strings.Join(covenantPksStr, ",")),
Expand Down

0 comments on commit 6f5e33a

Please sign in to comment.