Skip to content

Commit

Permalink
[Issue 3855] test: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
nampc1 committed Dec 19, 2024
1 parent a4a3bb3 commit 85d98ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ const createSwapRequest = async (params: {fromSymbol: string; toSymbol: string;

const depositAddressResponse = await response.json() as ExchangeSimpleSwapData;

console.log('swap data', requestBody, depositAddressResponse);

return {
id: depositAddressResponse.id,
addressFrom: depositAddressResponse.address_from
Expand Down

0 comments on commit 85d98ed

Please sign in to comment.