fix types

This commit is contained in:
Steam Deck User
2023-12-18 12:42:38 +04:00
parent b38f0ba424
commit fc00a8bff0

View File

@@ -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,