Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data-catalog/evm/base/curated-data/nft/nft-trades.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NFT.trades on base
title: NFT.trades on Base
sidebarTitle: NFT Trades
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on base."
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Base."
---

import { NFTTradesSnippet } from '/snippets/curated-data/nft/text/nft-trades-snippet.mdx';
Expand Down
2 changes: 0 additions & 2 deletions data-catalog/evm/base/decoded/contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Description of the base.contracts table on Dune
---

import { ContractsSnippet } from '/snippets/evm/decoded/contracts-snippet.mdx';
import { ColumnDescriptions } from "/snippets/column-descriptions.mdx";
import { TableSample } from "/snippets/table-sample.mdx";


<ContractsSnippet blockchain="base" />
2 changes: 1 addition & 1 deletion data-catalog/evm/base/decoded/traces-decoded.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: base.traces_decoded
sidebarTitle: "Decoded Traces"
description: Description of the base.traces_decoded table on Dune
description: A description of the base.traces_decoded table on Dune
---

import { TracesDecodedSnippet } from '/snippets/evm/decoded/traces-decoded-snippet.mdx';
Expand Down
2 changes: 1 addition & 1 deletion data-catalog/evm/base/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Base leverages Coinbase's robust infrastructure to offer decentralized apps enha
<Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
Extensive transaction data, showcasing the efficiency and execution of operations on Base.
</Card>
<Card title="decoded" icon="file" href="./decoded/overview">
<Card title="Decoded" icon="file" href="./decoded/overview">
Enhanced transaction data decoded for better analysis and understanding of contract executions.
</Card>
</CardGroup>
2 changes: 1 addition & 1 deletion data-catalog/evm/beacon/blocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Description of the beacon.blocks table on Dune
---

## Table Description
Stores information about blocks in the Ethereum 2.0 Beacon Chain, including the block proposer, block metadata, and the blob sidecar associated with the block.
Stores information about blocks in the Ethereum 2.0 Beacon Chain, including the block proposer, block metadata, and associated blob sidecars.

## Column Descriptions
| **Column** | **Type** | **Description** |
Expand Down
2 changes: 1 addition & 1 deletion data-catalog/evm/beacon/deposits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Stores deposit data for validators joining the Beacon network. This table is par
| **pubkey** | binary | BLS public key of the validator making the deposit. |
| **signature** | binary | BLS signature verifying the deposit data. |
| **withdrawal_credentials** | binary | Credentials specifying the withdrawal address or conditions. |
| **proof** | binary | Merkle proof demonstrating the inclusion of the deposit in the Ethereum 1.0 deposit contract. |
| **proof** | binary | Merkle proof demonstrating the inclusion of the deposit in the Ethereum 1.0 deposit contract. |


## Table Sample
Expand Down
4 changes: 2 additions & 2 deletions data-catalog/evm/beacon/epoch-summaries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This table is indexed from Lido. Stores summary data for each epoch on the Beaco
| **exiting_validators** | bigint | Number of validators exiting during the epoch. |
| **canonical_blocks** | bigint | Number of canonical blocks in the epoch. |
| **withdrawals** | bigint | Number of withdrawals processed during the epoch. |
| **updated_at** | timestamp | Last time the record was updated |
| **ingested_at** | timestamp | Time when the record was ingested |
| **updated_at** | timestamp | Last time the record was updated. |
| **ingested_at** | timestamp | Time when the record was ingested. |


## Table Sample
Expand Down
4 changes: 2 additions & 2 deletions data-catalog/evm/beacon/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This table is indexed from Lido. Stores information about staking operators on t
| **operator_name** | varchar | Name of the staking operator. |
| **module_id** | bigint | Identifier linking the operator to a specific staking module or service. |
| **public_key** | varbinary | Operator's public key used for cryptographic operations. |
| **updated_at** | timestamp | Last time the record was updated |
| **ingested_at** | timestamp | Time when the record was ingested |
| **updated_at** | timestamp | Last time the record was updated. |
| **ingested_at** | timestamp | Time when the record was ingested. |



Expand Down
4 changes: 2 additions & 2 deletions data-catalog/evm/beacon/raw.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: beacon.raw
title: ethereum_beacon.raw
sidebarTitle: "Raw"
description: Description of the beacon.raw table on Dune
description: Description of the ethereum_beacon.raw table on Dune
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent Table Naming Causes Documentation Mismatch

The title and description now reference ethereum_beacon.raw, but the TableSample component still points to beacon.raw. This creates a mismatch where the documentation describes one table but displays sample data from another. This ethereum_beacon prefix also breaks the consistent beacon.* naming convention used across all other beacon tables, which could confuse users.

Additional Locations (1)

Fix in Cursor Fix in Web

---

## Table Description
Expand Down
2 changes: 1 addition & 1 deletion data-catalog/evm/beacon/validator-day-summaries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This table is indexed from Lido. Stores daily summaries of validator activity on
| **sync_committee_messages** | bigint | Number of sync committee messages signed by the validator during the period. |
| **sync_committee_messages_included**| bigint | Number of the validator's sync committee messages that were included in the chain during the period. |
| **withdrawals** | bigint | Number of withdrawals made by the validator during the period. |
| **updated_at** | timestamp | Last time the record was updated |
| **updated_at** | timestamp | Last time the record was updated. |
| **ingested_at** | timestamp | Time when the record was ingested |


Expand Down