Skip to content

Commit

Permalink
Merge pull request #456 from zkLinkProtocol/tokento
Browse files Browse the repository at this point in the history
fix: tokento eth address of okx is oxeee..
  • Loading branch information
zk-robin authored Nov 8, 2024
2 parents ffce7bb + 3eab409 commit 95a41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/src/services/okx.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class OKXService {
slippage: '0.005',
userWalletAddress: userAddress,
};
logger.log('swapparams', swapParams.amount);
logger.log('swapparams', JSON.stringify(swapParams));
const swapURL = this.getAggregatorRequestUrl('swap', swapParams);

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

0 comments on commit 95a41be

Please sign in to comment.