Fix prettier
This commit is contained in:
parent
80a6e82e1b
commit
c8c24456c1
@ -853,7 +853,8 @@ export class IERC20BridgeSamplerContract extends BaseContract {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
public queryBatchOrdersAndSampleBuys(
|
public queryBatchOrdersAndSampleBuys(
|
||||||
orders: Array<Array<{
|
orders: Array<
|
||||||
|
Array<{
|
||||||
makerAddress: string;
|
makerAddress: string;
|
||||||
takerAddress: string;
|
takerAddress: string;
|
||||||
feeRecipientAddress: string;
|
feeRecipientAddress: string;
|
||||||
@ -868,7 +869,8 @@ export class IERC20BridgeSamplerContract extends BaseContract {
|
|||||||
takerAssetData: string;
|
takerAssetData: string;
|
||||||
makerFeeAssetData: string;
|
makerFeeAssetData: string;
|
||||||
takerFeeAssetData: string;
|
takerFeeAssetData: string;
|
||||||
}>>,
|
}>
|
||||||
|
>,
|
||||||
orderSignatures: string[][],
|
orderSignatures: string[][],
|
||||||
sources: string[],
|
sources: string[],
|
||||||
makerTokenAmounts: BigNumber[][],
|
makerTokenAmounts: BigNumber[][],
|
||||||
@ -907,7 +909,8 @@ export class IERC20BridgeSamplerContract extends BaseContract {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
public queryBatchOrdersAndSampleSells(
|
public queryBatchOrdersAndSampleSells(
|
||||||
orders: Array<Array<{
|
orders: Array<
|
||||||
|
Array<{
|
||||||
makerAddress: string;
|
makerAddress: string;
|
||||||
takerAddress: string;
|
takerAddress: string;
|
||||||
feeRecipientAddress: string;
|
feeRecipientAddress: string;
|
||||||
@ -922,7 +925,8 @@ export class IERC20BridgeSamplerContract extends BaseContract {
|
|||||||
takerAssetData: string;
|
takerAssetData: string;
|
||||||
makerFeeAssetData: string;
|
makerFeeAssetData: string;
|
||||||
takerFeeAssetData: string;
|
takerFeeAssetData: string;
|
||||||
}>>,
|
}>
|
||||||
|
>,
|
||||||
orderSignatures: string[][],
|
orderSignatures: string[][],
|
||||||
sources: string[],
|
sources: string[],
|
||||||
takerTokenAmounts: BigNumber[][],
|
takerTokenAmounts: BigNumber[][],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user