diff --git a/models/__overview__.md b/models/__overview__.md index 4d09d57..2922865 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -20,6 +20,7 @@ There is more information on how to use dbt docs in the last section of this doc **Dimension Tables:** - [dim_labels](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__dim_labels) +- [dim_contracts](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__dim_contracts) **Fact Tables:** - [fact_blocks](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__fact_blocks) @@ -27,6 +28,13 @@ There is more information on how to use dbt docs in the last section of this doc - [fact_transactions](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__fact_transactions) - [fact_traces](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__fact_traces) +**EZ Tables:** +- [ez_native_transfers](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__ez_native_transfers) +- [ez_token_transfers](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.core__ez_token_transfers) + +**NFT Tables:** +- [ez_nft_transfers](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.nft__ez_nft_transfers) + ### Price Tables (ronin.price) - [dim_asset_metadata](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.price__dim_asset_metadata) - [fact_prices_ohlc_hourly](https://flipsidecrypto.github.io/ronin-models/#!/model/model.fsc_evm.price__fact_prices_ohlc_hourly)