Skip to content

Commit

Permalink
fix(simple-loan): push version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Jan 13, 2025
1 parent d85e4d2 commit 7ad9c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/PWNSimpleLoan.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ abstract contract PWNSimpleLoanTest is Test {
keccak256(abi.encode(
keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)"),
keccak256("PWNSimpleLoan"),
keccak256("1.2.2"),
keccak256("1.3"),
block.chainid,
address(loan)
)),
Expand Down

0 comments on commit 7ad9c65

Please sign in to comment.