-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add arbitrum-stack gas fees #7909
Conversation
check_columns: | ||
- tx_fee_raw | ||
# - dbt_utils.expression_is_true: | ||
# expression: "element_at(tx_fee_breakdown_raw, 'l2_base_fee') + element_at(tx_fee_breakdown_raw, 'l2_surplus_fee') + element_at(tx_fee_breakdown_raw, 'l1_base_fee') + element_at(tx_fee_breakdown_raw, 'l1_surplus_fee') = tx_fee_raw" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May change this to double typed testing, but not meaningful.
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/corn/gas_corn_schema.yml
Show resolved
Hide resolved
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/nova/gas_nova_schema.yml
Show resolved
Hide resolved
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/corn/gas_corn_fees.sql
Outdated
Show resolved
Hide resolved
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/corn/gas_corn_fees.sql
Outdated
Show resolved
Hide resolved
…gas_corn_fees.sql
okay, for our three chains on arbitrum orbit stack, looks like they all use base fee from blocks for the calculation. the below three tx's all match the explorer if we use the can you add all three into this PR and add / modify existing?
|
i know we don't have degen in transfers yet, it was just migrated to our full offering, but we might as well add since we have it figured out here. |
I will try to make |
same feedback here on the CI param from opstack PR |
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/apechain/gas_apechain_fees.sql
Outdated
Show resolved
Hide resolved
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/corn/gas_corn_fees.sql
Outdated
Show resolved
Hide resolved
dbt_subprojects/hourly_spellbook/models/_sector/gas/fees/degen/gas_degen_fees.sql
Outdated
Show resolved
Hide resolved
Fixed. |
towards DUX-944