Skip to content

Commit

Permalink
Revert "N-03: Unused Struct"
Browse files Browse the repository at this point in the history
This reverts commit 36b4869.
  • Loading branch information
bmzig committed Nov 14, 2024
1 parent 03a0d1a commit 416c1b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/erc7683/ERC7683Across.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ struct AcrossOriginFillerData {
address exclusiveRelayer;
}

struct AcrossDestinationFillerData {
uint256 repaymentChainId;
}

bytes constant ACROSS_ORDER_DATA_TYPE = abi.encodePacked(
"AcrossOrderData(",
"address inputToken,",
Expand Down

0 comments on commit 416c1b4

Please sign in to comment.