Skip to content

Commit

Permalink
chore: EigenDA V8 dep bump - update large blob test
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Aug 19, 2024
1 parent bbf5992 commit 0be34cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestProxyClientWithLargeBlob(t *testing.T) {
}
daClient := client.New(cfg)
// 2MB blob
testPreimage := []byte(e2e.RandString(2000000))
testPreimage := []byte(e2e.RandString(4_000_000))

t.Log("Setting input data on proxy server...")
blobInfo, err := daClient.SetData(ts.Ctx, testPreimage)
Expand Down

0 comments on commit 0be34cc

Please sign in to comment.