From 2a32693ec9f1bf9b30e5f0f0a3f7ef34ec691d97 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 5 Nov 2024 13:09:57 -0500 Subject: [PATCH 1/2] docs --- models/__overview__.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/models/__overview__.md b/models/__overview__.md index a317b1a..2016025 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -20,12 +20,17 @@ There is more information on how to use dbt docs in the last section of this doc **Dimension Tables:** - [dim_labels](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_labels) +- [dim_contracts](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_contracts) +- [dim_contract_abis](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_contract_abis) **Fact Tables:** - [fact_blocks](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_blocks) - [fact_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_event_logs) - [fact_transactions](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_transactions) - [fact_traces](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_traces) + +**Convenience Views (ez_):** +- [ez_decoded_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs) ## **Helpful User-Defined Functions (UDFs)** From e875712c7e259f65f807c578e30bd0948f81e8cd Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 5 Nov 2024 13:46:14 -0500 Subject: [PATCH 2/2] use local branch --- packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.yml b/packages.yml index 0689bf1..d543614 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v3.7.0 \ No newline at end of file + revision: fix-silver-decoded-logs \ No newline at end of file