Skip to content

Commit 63cbf1e

Browse files
committed
add log
1 parent 1500b0b commit 63cbf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/src/services/okx.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class OKXService {
150150
slippage: '0.005',
151151
userWalletAddress: userAddress,
152152
};
153-
logger.log('swapparams', swapParams.amount);
153+
logger.log('swapparams', JSON.stringify(swapParams));
154154
const swapURL = this.getAggregatorRequestUrl('swap', swapParams);
155155

156156
const swapToSignUrl = swapURL.replace('https://www.okx.com', '');

0 commit comments

Comments
 (0)