File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 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
66import EventLogs from ' /snippets/evm/decoded/event-logs-snippet.mdx'
Original file line number Diff line number Diff line change 11---
2- title : base .logs_decoded
2+ title : bnb .logs_decoded
33sidebarTitle : " 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
77import { LogsDecodedSnippet } from ' /snippets/evm/decoded/logs-decoded-snippet.mdx' ;
88import { ColumnDescriptions } from " /snippets/column-descriptions.mdx" ;
99import { TableSample } from " /snippets/table-sample.mdx" ;
1010
1111
12- <LogsDecodedSnippet blockchain = " base " />
12+ <LogsDecodedSnippet blockchain = " bnb " />
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ icon: "star"
77import { OverviewDecodedDataApproach } from " /snippets/evm/decoded/decoded-overview-snippet.mdx"
88import { DuneEmbed } from ' /snippets/dune-embed.mdx'
99
10- <OverviewDecodedDataApproach blockchain = " base " />
10+ <OverviewDecodedDataApproach blockchain = " bnb " />
Original file line number Diff line number Diff line change 11---
2- title : base .traces_decoded
2+ title : bnb .traces_decoded
33sidebarTitle : " 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
77import { TracesDecodedSnippet } from ' /snippets/evm/decoded/traces-decoded-snippet.mdx' ;
88import { ColumnDescriptions } from " /snippets/column-descriptions.mdx" ;
99import { TableSample } from " /snippets/table-sample.mdx" ;
1010
1111
12- <TracesDecodedSnippet blockchain = " base " />
12+ <TracesDecodedSnippet blockchain = " bnb " />
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: Description of the Dex Aggregator Trades table for boba
77import { DexAggregatorTradesSnippet } from ' /snippets/curated-data/dex/text/dex-aggregator-trades-snippet.mdx' ;
88import { DexAggregatorCoverage } from " /snippets/curated-data/dex/embeds/dex-aggregator-coverage.mdx" ;
99import { 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" />
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ description: "The `dex.trades` table captures detailed data on decentralized exc
77import { DexTradesSnippet } from ' /snippets/curated-data/dex/text/dex-trades-snippet.mdx' ;
88import { DexCoverage } from " /snippets/curated-data/dex/embeds/dex-coverage.mdx" ;
99import { 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" />
Original file line number Diff line number Diff line change 11---
2- title : NFT.trades on boba
2+ title : NFT.trades on Boba
33sidebarTitle : 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
77import { NFTTradesSnippet } from ' /snippets/curated-data/nft/text/nft-trades-snippet.mdx' ;
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ icon: "star"
77import { OverviewDecodedDataApproach } from " /snippets/evm/decoded/decoded-overview-snippet.mdx"
88import { DuneEmbed } from ' /snippets/dune-embed.mdx'
99
10- <OverviewDecodedDataApproach blockchain = " boba" />
10+ <OverviewDecodedDataApproach blockchain = " boba" />
You can’t perform that action at this time.
0 commit comments