mirror of
https://github.com/FlipsideCrypto/bob-models.git
synced 2026-02-06 14:06:43 +00:00
Merge pull request #53 from FlipsideCrypto/AN-6333/bob-lending-curation
AN-6333/bob-lending-curation
This commit is contained in:
commit
c467520480
@ -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:
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.22.1
|
||||
revision: v4.23.1
|
||||
Loading…
Reference in New Issue
Block a user