diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ts/0x.js.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ts/0x.js.ts b/src/ts/0x.js.ts index 6d682fc4c..7ea32b87a 100644 --- a/src/ts/0x.js.ts +++ b/src/ts/0x.js.ts @@ -12,7 +12,7 @@ const MAX_DIGITS_IN_UNSIGNED_256_INT = 78; export class ZeroEx { public web3Wrapper: Web3Wrapper; - public exchange: ContractInstance; + public exchange: ExchangeWrapper; /** * Verifies that the elliptic curve signature `signature` was generated * by signing `data` with the private key corresponding to the `signerAddressHex` address. |