From 28f823b8b6b7298cf49035cb960b340b02e0bb8b Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 12 Nov 2025 23:23:56 +0800 Subject: [PATCH] add --- models/__overview__.md | 5 +++++ packages.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/models/__overview__.md b/models/__overview__.md index 83cf1db..c7c5f20 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -40,6 +40,11 @@ There is more information on how to use dbt docs in the last section of this doc - [ez_asset_metadata](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__ez_asset_metadata) - [ez_prices_hourly](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__ez_prices_hourly) +### DeFi Tables (boba.defi) +- [ez_bridge_activity](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.defi__ez_bridge_activity) +- [ez_dex_swaps](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.defi__ez_dex_swaps) +- [dim_dex_liquidity_pools](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.defi__dim_dex_liquidity_pools) + ### NFT Tables (boba.nft) - [ez_nft_transfers](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.nft__ez_nft_transfers) diff --git a/packages.yml b/packages.yml index e2f5777..c3a6978 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.35.0 + revision: v4.35.1