mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
fix types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user