Skip to content

Commit

Permalink
fix(price): wrong price feed for wbtc
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-devatom committed Feb 13, 2024
1 parent 9148a41 commit 7d714dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchUsdTokenPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const usdPriceFeeds = new Map<string, string>()
.set(
wbtc,
Address.fromString(
"0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23"
"0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43"
).toHexString()
)
.set(
Expand Down

0 comments on commit 7d714dc

Please sign in to comment.