Skip to content
Merged
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/bnb/decoded/event-logs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Event Logs - Bnb
description: Smart contracts on Bnb emit event logs when certain predefined actions are completed.
title: Event Logs - BNB
description: Smart contracts on BNB emit event logs when certain predefined actions are completed.
---

import EventLogs from '/snippets/evm/decoded/event-logs-snippet.mdx'
Expand Down
6 changes: 3 additions & 3 deletions data-catalog/evm/bnb/decoded/logs-decoded.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: base.logs_decoded
title: bnb.logs_decoded
sidebarTitle: "Decoded Logs"
description: Description of the base.logs_decoded table on Dune
description: Description of the bnb.logs_decoded table on Dune
---

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


<LogsDecodedSnippet blockchain="base" />
<LogsDecodedSnippet blockchain="bnb" />
2 changes: 1 addition & 1 deletion data-catalog/evm/bnb/decoded/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ icon: "star"
import { OverviewDecodedDataApproach } from "/snippets/evm/decoded/decoded-overview-snippet.mdx"
import { DuneEmbed } from '/snippets/dune-embed.mdx'

<OverviewDecodedDataApproach blockchain= "base"/>
<OverviewDecodedDataApproach blockchain="bnb"/>
6 changes: 3 additions & 3 deletions data-catalog/evm/bnb/decoded/traces-decoded.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: base.traces_decoded
title: bnb.traces_decoded
sidebarTitle: "Decoded Traces"
description: Description of the base.traces_decoded table on Dune
description: Description of the bnb.traces_decoded table on Dune
---

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


<TracesDecodedSnippet blockchain="base" />
<TracesDecodedSnippet blockchain="bnb" />
2 changes: 1 addition & 1 deletion data-catalog/evm/bnb/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BNB Chain benefits from the strong community support and the extensive ecosystem
<Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
Detailed information on transactions, illustrating operational efficiency and execution on the network.
</Card>
<Card title="decoded" icon="file" href="./decoded/overview">
<Card title="Decoded" icon="file" href="./decoded/overview">
Decoded transaction data for easier analysis and better understanding of smart contract executions.
</Card>
</CardGroup>
2 changes: 1 addition & 1 deletion data-catalog/evm/bob/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ BOB’s hybrid L2 design will be launched in multiple stages:
Extensive transaction data, showcasing the efficiency and execution of operations on BOB.
</Card>
<Card title="Traces" icon="file" href="./raw/traces">
Enhanced transaction data, including internal transactions invoked by top level transactions.
Enhanced transaction data, including internal transactions invoked by top-level transactions.
</Card>
</CardGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Description of the Dex Aggregator Trades table for boba
import { DexAggregatorTradesSnippet } from '/snippets/curated-data/dex/text/dex-aggregator-trades-snippet.mdx';
import { DexAggregatorCoverage } from "/snippets/curated-data/dex/embeds/dex-aggregator-coverage.mdx";
import { ColumnDescriptions } from "/snippets/column-descriptions.mdx";
import { TableSampleParam} from "/snippets/table-sample-with-param.mdx";
import { TableSampleParam } from "/snippets/table-sample-with-param.mdx";


<DexAggregatorTradesSnippet blockchain="boba" />
2 changes: 1 addition & 1 deletion data-catalog/evm/boba/curated-data/dex/dex-trades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ description: "The `dex.trades` table captures detailed data on decentralized exc
import { DexTradesSnippet } from '/snippets/curated-data/dex/text/dex-trades-snippet.mdx';
import { DexCoverage } from "/snippets/curated-data/dex/embeds/dex-coverage.mdx";
import { ColumnDescriptions } from "/snippets/column-descriptions.mdx";
import { TableSampleParam} from "/snippets/table-sample-with-param.mdx";
import { TableSampleParam } from "/snippets/table-sample-with-param.mdx";

<DexTradesSnippet blockchain="boba" />
4 changes: 2 additions & 2 deletions data-catalog/evm/boba/curated-data/nft/nft-trades.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NFT.trades on boba
title: NFT.trades on Boba
sidebarTitle: NFT Trades
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on boba."
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Boba."
---

import { NFTTradesSnippet } from '/snippets/curated-data/nft/text/nft-trades-snippet.mdx';
Expand Down
2 changes: 1 addition & 1 deletion data-catalog/evm/boba/decoded/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ icon: "star"
import { OverviewDecodedDataApproach } from "/snippets/evm/decoded/decoded-overview-snippet.mdx"
import { DuneEmbed } from '/snippets/dune-embed.mdx'

<OverviewDecodedDataApproach blockchain= "boba"/>
<OverviewDecodedDataApproach blockchain="boba"/>