Skip to content

Commit c40301f

Browse files
authored
Fix typos in chunk 18 (files 181-190) (#856)
1 parent 9114008 commit c40301f

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

data-catalog/evm/bnb/decoded/event-logs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Event Logs - Bnb
3-
description: Smart contracts on Bnb emit event logs when certain predefined actions are completed.
2+
title: Event Logs - BNB
3+
description: Smart contracts on BNB emit event logs when certain predefined actions are completed.
44
---
55

66
import EventLogs from '/snippets/evm/decoded/event-logs-snippet.mdx'
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: base.logs_decoded
2+
title: bnb.logs_decoded
33
sidebarTitle: "Decoded Logs"
4-
description: Description of the base.logs_decoded table on Dune
4+
description: Description of the bnb.logs_decoded table on Dune
55
---
66

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

1111

12-
<LogsDecodedSnippet blockchain="base" />
12+
<LogsDecodedSnippet blockchain="bnb" />

data-catalog/evm/bnb/decoded/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ icon: "star"
77
import { OverviewDecodedDataApproach } from "/snippets/evm/decoded/decoded-overview-snippet.mdx"
88
import { DuneEmbed } from '/snippets/dune-embed.mdx'
99

10-
<OverviewDecodedDataApproach blockchain= "base"/>
10+
<OverviewDecodedDataApproach blockchain="bnb"/>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: base.traces_decoded
2+
title: bnb.traces_decoded
33
sidebarTitle: "Decoded Traces"
4-
description: Description of the base.traces_decoded table on Dune
4+
description: Description of the bnb.traces_decoded table on Dune
55
---
66

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

1111

12-
<TracesDecodedSnippet blockchain="base" />
12+
<TracesDecodedSnippet blockchain="bnb" />

data-catalog/evm/bnb/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BNB Chain benefits from the strong community support and the extensive ecosystem
3636
<Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
3737
Detailed information on transactions, illustrating operational efficiency and execution on the network.
3838
</Card>
39-
<Card title="decoded" icon="file" href="./decoded/overview">
39+
<Card title="Decoded" icon="file" href="./decoded/overview">
4040
Decoded transaction data for easier analysis and better understanding of smart contract executions.
4141
</Card>
4242
</CardGroup>

data-catalog/evm/bob/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ BOB’s hybrid L2 design will be launched in multiple stages:
5959
Extensive transaction data, showcasing the efficiency and execution of operations on BOB.
6060
</Card>
6161
<Card title="Traces" icon="file" href="./raw/traces">
62-
Enhanced transaction data, including internal transactions invoked by top level transactions.
62+
Enhanced transaction data, including internal transactions invoked by top-level transactions.
6363
</Card>
6464
</CardGroup>

data-catalog/evm/boba/curated-data/dex/dex-aggregator-trades.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Description of the Dex Aggregator Trades table for boba
77
import { DexAggregatorTradesSnippet } from '/snippets/curated-data/dex/text/dex-aggregator-trades-snippet.mdx';
88
import { DexAggregatorCoverage } from "/snippets/curated-data/dex/embeds/dex-aggregator-coverage.mdx";
99
import { ColumnDescriptions } from "/snippets/column-descriptions.mdx";
10-
import { TableSampleParam} from "/snippets/table-sample-with-param.mdx";
10+
import { TableSampleParam } from "/snippets/table-sample-with-param.mdx";
1111

1212

1313
<DexAggregatorTradesSnippet blockchain="boba" />

data-catalog/evm/boba/curated-data/dex/dex-trades.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description: "The `dex.trades` table captures detailed data on decentralized exc
77
import { DexTradesSnippet } from '/snippets/curated-data/dex/text/dex-trades-snippet.mdx';
88
import { DexCoverage } from "/snippets/curated-data/dex/embeds/dex-coverage.mdx";
99
import { ColumnDescriptions } from "/snippets/column-descriptions.mdx";
10-
import { TableSampleParam} from "/snippets/table-sample-with-param.mdx";
10+
import { TableSampleParam } from "/snippets/table-sample-with-param.mdx";
1111

1212
<DexTradesSnippet blockchain="boba" />

data-catalog/evm/boba/curated-data/nft/nft-trades.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: NFT.trades on boba
2+
title: NFT.trades on Boba
33
sidebarTitle: NFT Trades
4-
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on boba."
4+
description: "The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Boba."
55
---
66

77
import { NFTTradesSnippet } from '/snippets/curated-data/nft/text/nft-trades-snippet.mdx';

data-catalog/evm/boba/decoded/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ icon: "star"
77
import { OverviewDecodedDataApproach } from "/snippets/evm/decoded/decoded-overview-snippet.mdx"
88
import { DuneEmbed } from '/snippets/dune-embed.mdx'
99

10-
<OverviewDecodedDataApproach blockchain= "boba"/>
10+
<OverviewDecodedDataApproach blockchain="boba"/>

0 commit comments

Comments
 (0)