Skip to content

Commit

Permalink
fix: indexed in dynamic types
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Jan 9, 2024
1 parent 266d6dc commit f6c0398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/ICoreStateRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ interface ICoreStateRegistry {
/// @dev is emitted when a rescue is proposed for failed deposits in a payload
event RescueProposed(
uint256 indexed payloadId,
uint256[] indexed superformIds,
uint256[] indexed proposedAmount,
uint256[] superformIds,
uint256[] proposedAmount,
uint256 proposedTime
);

Expand Down

0 comments on commit f6c0398

Please sign in to comment.