rename decoded history, add quickswap

This commit is contained in:
sam 2025-11-12 17:40:14 +08:00
parent 0313152d83
commit 64f8672df7
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
github_actions.workflow_dispatches(
'FlipsideCrypto',
'{{ vars.GLOBAL_PROJECT_NAME.lower() }}' || '-models',
'dbt_run_streamline_decoded_logs_history.yml',
'dbt_run_streamline_decoder_history.yml',
NULL
)
{% endset %}

View File

@ -11,7 +11,7 @@
WITH contract_mapping AS (
{{ curated_contract_mapping(
vars.curated_defi_dex_swaps_contract_mapping
vars.CURATED_DEFI_DEX_SWAPS_CONTRACT_MAPPING
) }}
WHERE
protocol = 'quickswap'