ignore generated wrappers and asset-swapper (#591)
This commit is contained in:
@@ -368,9 +368,7 @@ export class OtcOrder extends OrderBase {
|
||||
public nonceBucket: BigNumber;
|
||||
public nonce: BigNumber;
|
||||
|
||||
public static parseExpiryAndNonce(
|
||||
expiryAndNonce: BigNumber,
|
||||
): {
|
||||
public static parseExpiryAndNonce(expiryAndNonce: BigNumber): {
|
||||
expiry: BigNumber;
|
||||
nonceBucket: BigNumber;
|
||||
nonce: BigNumber;
|
||||
|
||||
Reference in New Issue
Block a user