docs: Fix EIP712 hashing docs for limit and RFQ orders (#173)
This commit is contained in:
parent
dabe6fd793
commit
22e1ed35d3
@ -254,8 +254,8 @@ The hash can be manually generated using the following code:
|
|||||||
'address verifyingContract)'
|
'address verifyingContract)'
|
||||||
)),
|
)),
|
||||||
// The EIP712 domain separator values.
|
// The EIP712 domain separator values.
|
||||||
'ZeroEx',
|
keccak256('ZeroEx'),
|
||||||
'1.0.0',
|
keccak256('1.0.0'),
|
||||||
1, // For mainnet
|
1, // For mainnet
|
||||||
0xDef1C0ded9bec7F1a1670819833240f027b25EfF, // Address of the Exchange Proxy
|
0xDef1C0ded9bec7F1a1670819833240f027b25EfF, // Address of the Exchange Proxy
|
||||||
)),
|
)),
|
||||||
@ -269,8 +269,8 @@ The hash can be manually generated using the following code:
|
|||||||
'uint128 makerAmount,',
|
'uint128 makerAmount,',
|
||||||
'uint128 takerAmount,',
|
'uint128 takerAmount,',
|
||||||
'uint128 takerTokenFeeAmount,',
|
'uint128 takerTokenFeeAmount,',
|
||||||
'address taker,',
|
|
||||||
'address maker,',
|
'address maker,',
|
||||||
|
'address taker,',
|
||||||
'address sender,',
|
'address sender,',
|
||||||
'address feeRecipient,',
|
'address feeRecipient,',
|
||||||
'bytes32 pool,',
|
'bytes32 pool,',
|
||||||
@ -492,8 +492,8 @@ The hash can be manually generated using the following code:
|
|||||||
'address verifyingContract)'
|
'address verifyingContract)'
|
||||||
)),
|
)),
|
||||||
// The EIP712 domain separator values.
|
// The EIP712 domain separator values.
|
||||||
'ZeroEx',
|
keccak256('ZeroEx'),
|
||||||
'1.0.0',
|
keccak256('1.0.0'),
|
||||||
1, // For mainnet
|
1, // For mainnet
|
||||||
0xDef1C0ded9bec7F1a1670819833240f027b25EfF, // Address of the Exchange Proxy
|
0xDef1C0ded9bec7F1a1670819833240f027b25EfF, // Address of the Exchange Proxy
|
||||||
)),
|
)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user