mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 06:32:37 +03:00
fix: console log all constants
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.20.76-rc101",
|
||||
"version": "0.20.76-rc102",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -127,7 +127,9 @@ export async function generateSwapCalldata({
|
||||
console.log('feeToken', feeToken);
|
||||
const matcher = await addressLikeToString(matcherAddressLike);
|
||||
console.log('matcher', matcher);
|
||||
console.log('arrayLikePath', arrayLikePath);
|
||||
let path = SafeArray.from(arrayLikePath).map((swapInfo) => {
|
||||
console.log('swapInfo', swapInfo);
|
||||
swapInfo.assetIn = swapInfo.assetIn.toLowerCase()
|
||||
swapInfo.assetOut = swapInfo.assetOut.toLowerCase()
|
||||
return swapInfo;
|
||||
|
||||
Reference in New Issue
Block a user