mirror of
https://github.com/FlipsideCrypto/bob-models.git
synced 2026-02-06 11:06:56 +00:00
enable lending
This commit is contained in:
parent
f97f18297b
commit
e7793d667f
@ -102,6 +102,8 @@ models:
|
||||
+enabled: true
|
||||
dex:
|
||||
+enabled: true
|
||||
lending:
|
||||
+enabled: true
|
||||
stats:
|
||||
+enabled: true
|
||||
scores_package:
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.22.1
|
||||
revision: v4.23.0
|
||||
Loading…
Reference in New Issue
Block a user