Fix linting errors
This commit is contained in:
parent
c156bfc534
commit
d0869a8840
@ -23,6 +23,7 @@ import "@0x/contracts-exchange-libs/contracts/src/LibOrder.sol";
|
|||||||
import "@0x/contracts-exchange-libs/contracts/src/LibZeroExTransaction.sol";
|
import "@0x/contracts-exchange-libs/contracts/src/LibZeroExTransaction.sol";
|
||||||
|
|
||||||
|
|
||||||
|
// solhint-disable
|
||||||
contract IEIP1271Data {
|
contract IEIP1271Data {
|
||||||
|
|
||||||
/// @dev This function's selector is used when ABI encoding the order
|
/// @dev This function's selector is used when ABI encoding the order
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
pragma solidity ^0.5.9;
|
pragma solidity ^0.5.9;
|
||||||
|
|
||||||
import "@0x/contracts-utils/contracts/src/LibEIP1271.sol";
|
import "@0x/contracts-utils/contracts/src/LibEIP1271.sol";
|
||||||
import "@0x/contracts-exchange-libs/contracts/src/LibOrder.sol";
|
|
||||||
import "@0x/contracts-exchange-libs/contracts/src/LibZeroExTransaction.sol";
|
|
||||||
|
|
||||||
|
|
||||||
contract IEIP1271Wallet is
|
contract IEIP1271Wallet is
|
||||||
|
@ -7,18 +7,11 @@ import {
|
|||||||
describe,
|
describe,
|
||||||
expect,
|
expect,
|
||||||
getLatestBlockTimestampAsync,
|
getLatestBlockTimestampAsync,
|
||||||
LogDecoder,
|
|
||||||
OrderFactory,
|
OrderFactory,
|
||||||
TransactionFactory,
|
TransactionFactory,
|
||||||
} from '@0x/contracts-test-utils';
|
} from '@0x/contracts-test-utils';
|
||||||
import {
|
import { assetDataUtils, ExchangeRevertErrors, orderHashUtils, transactionHashUtils } from '@0x/order-utils';
|
||||||
assetDataUtils,
|
import { EIP712DomainWithDefaultSchema, FillResults, OrderStatus } from '@0x/types';
|
||||||
ExchangeRevertErrors,
|
|
||||||
generatePseudoRandomSalt,
|
|
||||||
orderHashUtils,
|
|
||||||
transactionHashUtils,
|
|
||||||
} from '@0x/order-utils';
|
|
||||||
import { EIP712DomainWithDefaultSchema, FillResults, OrderStatus, RevertReason } from '@0x/types';
|
|
||||||
import { AbiEncoder, BigNumber } from '@0x/utils';
|
import { AbiEncoder, BigNumber } from '@0x/utils';
|
||||||
import { LogWithDecodedArgs, MethodAbi } from 'ethereum-types';
|
import { LogWithDecodedArgs, MethodAbi } from 'ethereum-types';
|
||||||
import * as ethUtil from 'ethereumjs-util';
|
import * as ethUtil from 'ethereumjs-util';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user