mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 11:22:00 +00:00
rename decoded history, add quickswap
This commit is contained in:
parent
0313152d83
commit
64f8672df7
@ -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 %}
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user