Skip to content

Commit

Permalink
bring in eigenDA ref to the replay script
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed Jun 9, 2024
1 parent 7c7dcf5 commit 0b37bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/replay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func main() {
}
}

message := readMessage(chainConfig.ArbitrumChainParams.DataAvailabilityCommittee, false)
message := readMessage(chainConfig.ArbitrumChainParams.DataAvailabilityCommittee, chainConfig.ArbitrumChainParams.EigenDA)

chainContext := WavmChainContext{}
batchFetcher := func(batchNum uint64) ([]byte, error) {
Expand Down
2 changes: 1 addition & 1 deletion go-ethereum

0 comments on commit 0b37bb8

Please sign in to comment.