Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Oct 28, 2024
1 parent 87801ea commit 3cdc87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ERCS/erc-7683.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ struct ResolvedCrossChainOrder {
uint32 openDeadline;
/// @dev The timestamp by which the order must be filled on the destination chain(s)
uint32 fillDeadline;
/// @dev The unique identifier for this order within this settlement system
bytes32 orderId;
/// @dev The max outputs that the filler will send. It's possible the actual amount depends on the state of the destination
/// chain (destination dutch auction, for instance), so these outputs should be considered a cap on filler liabilities.
Expand Down

0 comments on commit 3cdc87a

Please sign in to comment.