Skip to content

Commit

Permalink
Bump the CDK DAC image in the e2e test to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 28, 2024
1 parent dc85fb7 commit abcd5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestDataCommittee(t *testing.T) {
ksFile = "/tmp/pkey"
cfgFile = "/tmp/dacnodeconfigfile.json"
ksPass = "pass"
dacNodeContainer = "hermeznetwork/cdk-data-availability:v0.0.4"
dacNodeContainer = "0xpolygon/cdk-data-availability:0.0.7"
)

// Setup
Expand Down Expand Up @@ -78,7 +78,7 @@ func TestDataCommittee(t *testing.T) {
)
require.NoError(t, err)

// Register committe with N / M signatures
// Register committee with N / M signatures
membs := members{}
addrsBytes := []byte{}
urls := []string{}
Expand Down

0 comments on commit abcd5c4

Please sign in to comment.