Skip to content

Commit

Permalink
balanc3 autoconversion off (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino authored and MajorLift committed Oct 11, 2023
1 parent 01bb308 commit 7d2df60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenRatesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class TokenRatesController extends BaseController<TokenRatesConfig, Token
private tokenList: Token[] = [];

private getPricingURL(query: string) {
return `https://exchanges.balanc3.net/pie?${query}&autoConversion=true`;
return `https://exchanges.balanc3.net/pie?${query}&autoConversion=false`;
}

/**
Expand Down

0 comments on commit 7d2df60

Please sign in to comment.