Skip to content

Commit a792454

Browse files
hayesgmkevincheng96
authored andcommitted
Add EIP-712 Change for Quark V2 (#84)
This patch adds an EIP-712 change for Quark V2, which adds an `isReplayable` field in the typehash of the EIP-712 struct.
1 parent d325fc9 commit a792454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/builder/EIP712Helper.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ library EIP712Helper {
9090
abi.encode(
9191
QUARK_OPERATION_TYPEHASH,
9292
op.nonce,
93+
op.isReplayable,
9394
op.scriptAddress,
9495
keccak256(encodedScriptSources),
9596
keccak256(op.scriptCalldata),

0 commit comments

Comments
 (0)