Skip to content

Conversation

@pyoneerC
Copy link
Contributor

@pyoneerC pyoneerC commented Dec 6, 2025

blob fees. lmk if sm bad.

closes #4937

@llamabutler
Copy link

The ethereum adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees ethereum

🦙 Running ETHEREUM adapter 🦙
---------------------------------------------------
Start Date:	Fri, 05 Dec 2025 18:31:17 GMT
End Date:	Sat, 06 Dec 2025 18:31:17 GMT
---------------------------------------------------

------ ERROR ------
Error: INDEXA_DB not set
    at getConnection (/home/runner/work/dimension-adapters/dimension-adapters/helpers/indexer.ts:10:24)
    at queryIndexer (/home/runner/work/dimension-adapters/dimension-adapters/helpers/indexer.ts:30:22)
INDEXA_DB not set

@noateden noateden self-assigned this Dec 8, 2025

dailyFees.addGasToken(baseFees * 10 ** 18, METRIC.TRANSACTION_BASE_FEES)
dailyFees.addGasToken(priorityFees * 10 ** 18, METRIC.TRANSACTION_PRIORITY_FEES)
dailyFees.addGasToken(blobFees * 10 ** 18, METRIC.TRANSACTION_BLOB_FEES)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is blob fee included in base fees?

dailyFees.addGasToken(blobFees * 10 ** 18, METRIC.TRANSACTION_BLOB_FEES)

dailyRevenue.addGasToken(baseFees * 10 ** 18, METRIC.TRANSACTION_BASE_FEES)
dailyRevenue.addGasToken(blobFees * 10 ** 18, METRIC.TRANSACTION_BLOB_FEES)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were all blob transactions fees burned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Track ethereum blob fees

3 participants