diff --git a/docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx b/docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx index 0caea9cc98..07bb810d4f 100644 --- a/docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx +++ b/docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx @@ -27,18 +27,16 @@ Let's say we only want the ledger entries for the balance of `DUMMYACCOUNT`. The As seen in the table, each row shows the `balance` of `DUMMYACCOUNT` at a sepecific `ledger_sequence`. -``` - ### List of state tables -- [Accounts](../data-catalog/data-dictionary/accounts.mdx) -- [Claimable Balances](../data-catalog/data-dictionary/claimable-balances.mdx) -- [Contract Code](../data-catalog/data-dictionary/contract-code.mdx) -- [Contract Data](../data-catalog/data-dictionary/contract-data.mdx) -- [Liquidity Pools](../data-catalog/data-dictionary/liquidity-pools.mdx) -- [Offers](../data-catalog/data-dictionary/offers.mdx) -- [Trustlines](../data-catalog/data-dictionary/trustlines.mdx) -- [TTL](../data-catalog/data-dictionary/ttl.mdx) +- [Accounts](../data-catalog/data-dictionary/bronze/accounts.mdx) +- [Claimable Balances](../data-catalog/data-dictionary/bronze/claimable-balances.mdx) +- [Contract Code](../data-catalog/data-dictionary/bronze/contract-code.mdx) +- [Contract Data](../data-catalog/data-dictionary/bronze/contract-data.mdx) +- [Liquidity Pools](../data-catalog/data-dictionary/bronze/liquidity-pools.mdx) +- [Offers](../data-catalog/data-dictionary/bronze/offers.mdx) +- [Trustlines](../data-catalog/data-dictionary/bronze/trustlines.mdx) +- [TTL](../data-catalog/data-dictionary/bronze/ttl.mdx) ## What are history tables? @@ -61,12 +59,11 @@ As seen in the table, each row shows the distinct operation with its unique `id` ### List of history tables -- [History Assets](../data-catalog/data-dictionary/history-assets.mdx) -- [History Contract Events](../data-catalog/data-dictionary/history-contract-events.mdx) -- [History Effects](../data-catalog/data-dictionary/history-effects.mdx) -- [History Ledgers](../data-catalog/data-dictionary/history-ledgers.mdx) -- [History Operations](../data-catalog/data-dictionary/history-operations.mdx) -- [History Trades](../data-catalog/data-dictionary/history-trades.mdx) -- [History Transactions](../data-catalog/data-dictionary/history-transactions.mdx) -- [Enriched History Operations](../data-catalog/data-dictionary/enriched-history-operations.mdx) -``` +- [History Assets](../data-catalog/data-dictionary/bronze/history-assets.mdx) +- [History Contract Events](../data-catalog/data-dictionary/bronze/history-contract-events.mdx) +- [History Effects](../data-catalog/data-dictionary/bronze/history-effects.mdx) +- [History Ledgers](../data-catalog/data-dictionary/bronze/history-ledgers.mdx) +- [History Operations](../data-catalog/data-dictionary/bronze/history-operations.mdx) +- [History Trades](../data-catalog/data-dictionary/bronze/history-trades.mdx) +- [History Transactions](../data-catalog/data-dictionary/bronze/history-transactions.mdx) +- [Enriched History Operations](../data-catalog/data-dictionary/silver/enriched-history-operations.mdx) diff --git a/i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx b/i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx index 9ac2991abf..1f2a05b5a9 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx @@ -27,8 +27,6 @@ Digamos que solo queremos las entradas de ledger para el balance de `DUMMYACCOUN Como se ve en la tabla, cada fila muestra el `balance` de `DUMMYACCOUNT` en un `ledger_sequence` especĂ­fico. -``` - ### List of state tables - [Accounts](../data-catalog/data-dictionary/accounts.mdx) @@ -69,4 +67,3 @@ As seen in the table, each row shows the distinct operation with its unique `id` - [History Trades](../data-catalog/data-dictionary/history-trades.mdx) - [History Transactions](../data-catalog/data-dictionary/history-transactions.mdx) - [Enriched History Operations](../data-catalog/data-dictionary/enriched-history-operations.mdx) -```