Skip to content

Commit

Permalink
nit: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Aug 19, 2024
1 parent 4039416 commit ff4298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/slisbnb/src/mappings/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class PricedTokenParams {

export function getUpdatedPricedToken(tokenAddr: Address): PricedTokenParams {
let pricedToken = tokenAddr;
let multiplier = BIGDECIMAL_ONE;
const multiplier = BIGDECIMAL_ONE;
let changed = false;

const network = dataSource.network().toUpperCase().replace("-", "_");
Expand Down

0 comments on commit ff4298d

Please sign in to comment.