Skip to content

Commit d22810e

Browse files
committed
chore: update bindings and deploy contracts
1 parent 30a5f24 commit d22810e

File tree

5 files changed

+1995
-11533
lines changed

5 files changed

+1995
-11533
lines changed

contracts/bindings/AlignedLayerServiceManager/binding.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/bindings/ERC20Mock/binding.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 8841 deletions
Large diffs are not rendered by default.

contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Lines changed: 1988 additions & 2687 deletions
Large diffs are not rendered by default.

core/chainio/avs_writer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
128128
return nil, connection.PermanentError{Inner: err}
129129
}
130130

131-
tx, err = w.AvsContractBindings.ServiceManager.RespondToTaskV2(&txOpts, batchMerkleRoot, senderAddress, nonSignerStakesAndSignature, new(big.Int).SetUint64(i))
131+
tx, err = w.AvsContractBindings.ServiceManager.RespondToTaskV2(&txOpts, batchMerkleRoot, senderAddress, nonSignerStakesAndSignature, new(big.Int).SetInt64(int64(i)))
132132
if err != nil {
133133
// Retry with fallback
134-
tx, err = w.AvsContractBindings.ServiceManagerFallback.RespondToTaskV2(&txOpts, batchMerkleRoot, senderAddress, nonSignerStakesAndSignature, new(big.Int).SetUint64(i))
134+
tx, err = w.AvsContractBindings.ServiceManagerFallback.RespondToTaskV2(&txOpts, batchMerkleRoot, senderAddress, nonSignerStakesAndSignature, new(big.Int).SetInt64(int64(i)))
135135
if err != nil {
136136
return nil, connection.PermanentError{Inner: err}
137137
}

0 commit comments

Comments
 (0)