Merge pull request #73 from FlipsideCrypto/version-upgrade

upgrades
This commit is contained in:
Austin 2024-11-18 13:23:06 -05:00 committed by GitHub
commit ee7cd75bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Update main models
run: |
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"
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" "fsc_evm,tag:nft_core"
- name: Send new logs for decoding
run: |

View File

@ -31,6 +31,11 @@ There is more information on how to use dbt docs in the last section of this doc
**Convenience Views (ez_):**
- [ez_decoded_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs)
- [ez_native_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_native_transfers)
- [ez_token_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_token_transfers)
### NFT Tables (core.nft)
- [ez_nft_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.nft__ez_nft_transfers)
## **Helpful User-Defined Functions (UDFs)**

View File

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