Skip to content

Commit

Permalink
fix DecodeLogDataMismatch (#1115)
Browse files Browse the repository at this point in the history
* fix DecodeLogDataMismatch

* Fix execution indexed

* Revert "fix DecodeLogDataMismatch"

This reverts commit 69391ac.

---------

Co-authored-by: Andrei Beliaev <andrei.beliaev@eqlab.online>
  • Loading branch information
Svetomech and Andrei Beliaev authored Dec 2, 2024
1 parent e50b874 commit 9d5d63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const OrderRegisteredAbi: AbiEvent = {
anonymous: false,
inputs: [
{ indexed: true, internalType: 'address', name: 'creator', type: 'address' },
{ indexed: false, internalType: 'address', name: 'execution', type: 'address' },
{ indexed: true, internalType: 'address', name: 'execution', type: 'address' },
],
name: 'Registered',
type: 'event',
Expand Down

0 comments on commit 9d5d63e

Please sign in to comment.