enable lending

This commit is contained in:
mattromano 2025-08-27 10:33:28 -07:00
parent f97f18297b
commit e7793d667f
3 changed files with 9 additions and 1 deletions

View File

@ -102,6 +102,8 @@ models:
+enabled: true
dex:
+enabled: true
lending:
+enabled: true
stats:
+enabled: true
scores_package:

View File

@ -44,6 +44,12 @@ 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_flashloans](https://flipsidecrypto.github.io/bob-models/#!/model/model.fsc_evm.defi__ez_lending_flashloans)
- [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.0