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 Dec 2, 2024
1 parent ccf443b commit 9fea16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/affine-restaking/src/mappings/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Pricer implements TokenPricer {
}
if (
[
Address.fromString("0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f"),
Address.fromString("0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f"),
].includes(Address.fromBytes(token.id))
) {
const chainlinkDataFeedContract = ChainlinkDataFeed.bind(
Expand Down

0 comments on commit 9fea16d

Please sign in to comment.