Skip to content

Commit

Permalink
Fix batch receipt processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mooselumph committed Jan 19, 2024
1 parent de0dc26 commit 0d7ca36
Show file tree
Hide file tree
Showing 3 changed files with 2,098 additions and 977 deletions.
2 changes: 1 addition & 1 deletion common/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ import (
//go:embed abis/EigenDAServiceManager.json
var ServiceManagerAbi []byte

var BatchConfirmedEventSigHash = crypto.Keccak256Hash([]byte("BatchConfirmed(bytes32,uint32,uint96)"))
var BatchConfirmedEventSigHash = crypto.Keccak256Hash([]byte("BatchConfirmed(bytes32,uint32)"))
Loading

0 comments on commit 0d7ca36

Please sign in to comment.