Skip to content

Commit e07c4af

Browse files
committed
fix: update legacy event to match old event signature
Signed-off-by: Matt Rice <[email protected]>
1 parent bd7fa38 commit e07c4af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contracts/interfaces/V3SpokePoolInterface.sol

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,13 @@ interface V3SpokePoolInterface {
373373
bytes depositorSignature
374374
);
375375

376+
struct LegacyV3RelayExecutionEventInfo {
377+
address updatedRecipient;
378+
bytes32 updatedMessageHash;
379+
uint256 updatedOutputAmount;
380+
FillType fillType;
381+
}
382+
376383
event FilledV3Relay(
377384
address inputToken,
378385
address outputToken,

0 commit comments

Comments
 (0)