Merge pull request #53 from FlipsideCrypto/AN-6333/bob-lending-curation

AN-6333/bob-lending-curation
This commit is contained in:
Matt Romano 2025-08-27 12:08:18 -07:00 committed by GitHub
commit c467520480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 1 deletions

View File

@ -102,6 +102,20 @@ models:
+enabled: true
dex:
+enabled: true
lending:
+enabled: false
gold:
+enabled: true
defi__ez_lending_flashloans:
+enabled: false
silver:
+enabled: false
protocols:
+enabled: true
complete_lending:
+enabled: true
silver_lending__complete_lending_flashloans:
+enabled: false
stats:
+enabled: true
scores_package:

View File

@ -44,6 +44,11 @@ There is more information on how to use dbt docs in the last section of this doc
- [ez_bridge_activity](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_bridge_activity)
- [ez_dex_swaps](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_dex_swaps)
- [dim_dex_liquidity_pools](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__dim_dex_liquidity_pools)
- [ez_lending_borrows](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_borrows)
- [ez_lending_deposits](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_deposits)
- [ez_lending_liquidations](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_liquidations)
- [ez_lending_repayments](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_repayments)
- [ez_lending_withdraws](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_withdraws)
### NFT Tables (bob.nft)
- [ez_nft_transfers](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.nft__ez_nft_transfers)

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.22.1
revision: v4.23.1