mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-18 03:45:02 +03:00
fix: console log all constants
This commit is contained in:
@@ -157,7 +157,7 @@ export async function generateSwapCalldata({
|
||||
if (singleSwap.assetOut == ethers.ZeroAddress) singleSwap.assetOut = wethAddress;
|
||||
return singleSwap;
|
||||
});
|
||||
calldata
|
||||
console.log('path2', path);
|
||||
|
||||
let calls: BytesLike[];
|
||||
({ swapDescription, calls } = await processSwaps(
|
||||
|
||||
Reference in New Issue
Block a user