Skip to content

Commit

Permalink
fix: Wrong import for deflationary_blob_streaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Mar 13, 2024
1 parent d2a995a commit b2d3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/new_head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as Contracts from "../contracts/contracts.js";
import * as ContractBaseFees from "../contract_base_fees.js";
import { sqlTNotify } from "../db.js";
import * as DeflationaryStreaks from "../deflationary_streaks.js";
import * as DeflationaryBlobStreaks from "../deflationary_streaks.js";
import * as DeflationaryBlobStreaks from "../deflationary_blob_streaks.js";
import * as Duration from "../duration.js";
import * as EthPricesAverages from "../eth-prices/averages.js";
import * as EthPrices from "../eth-prices/index.js";
Expand Down

0 comments on commit b2d3912

Please sign in to comment.