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,
path: SafeArray<SingleSwap>,
amount: BigNumberish,
matcher: AddressLike,
feeToken: AddressLike,
matcher: string,
feeToken: string,
fee: BigNumberish,
wethAddress: string,
swapExecutorContractAddress: string,