Merge pull request #67 from FlipsideCrypto/use/adjusted-decoded-params

v3.7.0
This commit is contained in:
Austin 2024-11-05 11:37:52 -05:00 committed by GitHub
commit e36f7902fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Update main models
run: |
dbt run -m "core_models,tag:core" "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks"
dbt run -m "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks"
- name: Send new logs for decoding
run: |

View File

@ -46,4 +46,4 @@ jobs:
- name: Decode historical logs
run: |
dbt run-operation fsc_evm.decoded_logs_history --args '{"backfill_mode": true}' --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
dbt run-operation fsc_evm.decoded_logs_history --vars '{"STREAMLINE_INVOKE_STREAMS":True}'

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v3.6.0
revision: v3.7.0