Compile Compliant Forwarder contract

This commit is contained in:
Greg Hysen
2018-11-28 16:05:18 -08:00
parent 88595718c3
commit 0e0e05e0e0
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ export enum ContractName {
Authorizable = 'Authorizable',
Whitelist = 'Whitelist',
Forwarder = 'Forwarder',
CompliantForwarder = 'CompliantForwarder',
}
export interface SignedTransaction {

View File

@@ -76,7 +76,7 @@ contract CompliantForwarder {
* takerAssetData
* signature
------------------------------
* Context-dependent offsets, unknown at compile time.
* Context-dependent offsets; unknown at compile time.
*/
// Add 0x4 to a given offset to account for the fillOrder selector prepended to `signedFillOrderTransaction`.
// Add 0xc to the makerAddress since abi-encoded addresses are left padded with 12 bytes.