Skip to content

Commit

Permalink
Fixing property reference for CoinGecko.
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-silva-funttastic committed Oct 18, 2023
1 parent 2cdcc3d commit 84f3afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/kujira/kujira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ export class Kujira {
if (!coinGeckoBaseTokenId || !coinGeckoQuoteTokenId) {
result = {};
} else {
const finalUrl = configuration.url.replace(
const finalUrl = config.coinGecko.priceUrl.replace(
'{targets}',
coinGeckoBaseTokenId.concat(',').concat(coinGeckoQuoteTokenId)
);
Expand Down

0 comments on commit 84f3afe

Please sign in to comment.