Skip to content

Commit

Permalink
fix: M03 Permit2OrderLib Is Not Fully Compliant With EIP-712 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Feb 9, 2024
1 parent 0a960f1 commit 446aae6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions contracts/permit2-order/Permit2OrderLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ library Permit2OrderLib {
"address offerer,",
"uint256 nonce,",
"uint256 initiateDeadline,",
"uint256 fillPeriod",
"uint32 fillPeriod",
"uint32 challengePeriod",
"uint32 proofPeriod",
"address settlementOracle",
"uint256 validationContract,",
"uint256 validationData,",
"address validationContract,",
"bytes validationData,",
"address inputToken,",
"uint256 inputAmount,",
"address collateralToken,",
"uint256 collateralAmount,",
"address challengerCollateralToken,",
"uint256 challengerCollateralAmount,",
"OutputToken[] outputs)",
OUTPUT_TOKEN_TYPE
);
Expand Down

0 comments on commit 446aae6

Please sign in to comment.