Skip to content

Commit

Permalink
fix: add weETH_FUNDAMENTAL to blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jul 17, 2024
1 parent 661957f commit bfeb5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/RedstoneServiceV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type RedstonePriceFeed = Extract<
{ type: PriceFeedType.REDSTONE_ORACLE }
>;

const CACHE_BLOCKLIST = new Set(["rsETH_FUNDAMENTAL"]);
const CACHE_BLOCKLIST = new Set(["rsETH_FUNDAMENTAL", "weETH_FUNDAMENTAL"]);

@DI.Injectable(DI.Redstone)
export class RedstoneServiceV3 {
Expand Down

0 comments on commit bfeb5d1

Please sign in to comment.