Skip to content

Commit

Permalink
fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-Cyclone committed Aug 1, 2023
1 parent 36071fa commit c3d7bb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export class ChangenowCrossChainProvider extends CrossChainProvider {
const toBlockchain = toToken.blockchain;

const useProxy =
(options?.useProxy?.[this.type] && this.isSupportedProxyBlockchain(fromBlockchain)) ||
false;
this.isSupportedProxyBlockchain(fromBlockchain) &&
(options?.useProxy?.[this.type] || false);

if (
!this.areSupportedBlockchains(fromBlockchain, toBlockchain) ||
Expand Down

0 comments on commit c3d7bb2

Please sign in to comment.