This commit is contained in:
sam 2023-08-03 11:09:40 +08:00
parent 0f7f475ce4
commit f75f6435a3
3 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ There is more information on how to use dbt docs in the last section of this doc
- [ez_token_transfers](https://flipsidecrypto.github.io/arbitrum-models/#!/model/model.arbitrum_models.core__ez_token_transfers)
- [ez_decoded_event_logs](https://flipsidecrypto.github.io/arbitrum-models/#!/model/model.arbitrum_models.core__ez_decoded_event_logs)
- [ez_dex_swaps](https://flipsidecrypto.github.io/arbitrum-models/#!/model/model.arbitrum_models.core__ez_dex_swaps)
- [ez_nft_transfers](https://flipsidecrypto.github.io/arbitrum-models/#!/model/model.arbitrum_models.core__ez_nft_transfers)
## **Helpful User-Defined Functions (UDFs)**

View File

@ -1,5 +1,5 @@
{% docs nft_events_table_doc %}
This table contains NFT sales on the Optimism blockchain. More NFT marketplaces will be added over time.
This table contains NFT sales on the Arbitrum blockchain. More NFT marketplaces will be added over time.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs nft_transfer_doc %}
This table contains NFT transfer events on the Optimism blockchain.
This table contains NFT transfer events on the Arbitrum blockchain.
{% enddocs %}