mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-31 10:08:03 +03:00
fix types
This commit is contained in:
@@ -181,8 +181,8 @@ async function processSwaps(
|
|||||||
swapDescription: LibValidator.SwapDescriptionStruct,
|
swapDescription: LibValidator.SwapDescriptionStruct,
|
||||||
path: SafeArray<SingleSwap>,
|
path: SafeArray<SingleSwap>,
|
||||||
amount: BigNumberish,
|
amount: BigNumberish,
|
||||||
matcher: AddressLike,
|
matcher: string,
|
||||||
feeToken: AddressLike,
|
feeToken: string,
|
||||||
fee: BigNumberish,
|
fee: BigNumberish,
|
||||||
wethAddress: string,
|
wethAddress: string,
|
||||||
swapExecutorContractAddress: string,
|
swapExecutorContractAddress: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user