Skip to content

Commit

Permalink
Update to merged version of EigenDA client
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyknox committed Jun 6, 2024
1 parent 223929b commit e12e470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions eigenda/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func CLIFlags(envPrefix string) []cli.Flag {
Name: MaxBlobLengthFlagName,
Usage: "Maximum size in string representation (e.g. \"10mb\", \"4 KiB\") of blobs to be dispersed and verified using this proxy. This impacts the number of SRS points loaded into memory.",
EnvVars: prefixEnvVars("TARGET_KZG_G1_PATH"),
Value: "2MiB",
},
&cli.StringFlag{
Name: G1PathFlagName,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Layr-Labs/eigenda-proxy
go 1.21

require (
github.com/Layr-Labs/eigenda v0.7.2-0.20240606151432-5c99021df5f2
github.com/Layr-Labs/eigenda v0.7.2-0.20240606180508-e90cb7432ca5
github.com/consensys/gnark-crypto v0.12.1
github.com/ethereum-optimism/optimism v1.7.5-0.20240520224312-38cd9944494a
github.com/ethereum/go-ethereum v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8=
github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Layr-Labs/eigenda v0.7.2-0.20240606151432-5c99021df5f2 h1:BRnv/HVhE95H0svhhPwuUWnh7yGKHjM8fg0gmC04zso=
github.com/Layr-Labs/eigenda v0.7.2-0.20240606151432-5c99021df5f2/go.mod h1:gG5KSp5gGY0lywj6aZwaK9ZEF8eEVX4ilo679pFpvAA=
github.com/Layr-Labs/eigenda v0.7.2-0.20240606180508-e90cb7432ca5 h1:PGcoSXnIlZYhwfrzqG1F2E/Sqc3ZGRqa5owryswax2s=
github.com/Layr-Labs/eigenda v0.7.2-0.20240606180508-e90cb7432ca5/go.mod h1:gG5KSp5gGY0lywj6aZwaK9ZEF8eEVX4ilo679pFpvAA=
github.com/Layr-Labs/eigensdk-go v0.1.7-0.20240507215523-7e4891d5099a h1:L/UsJFw9M31FD/WgXTPFB0oxbq9Cu4Urea1xWPMQS7Y=
github.com/Layr-Labs/eigensdk-go v0.1.7-0.20240507215523-7e4891d5099a/go.mod h1:OF9lmS/57MKxS0xpSpX0qHZl0SKkDRpvJIvsGvMN1y8=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
Expand Down

0 comments on commit e12e470

Please sign in to comment.