Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in blockchain documentation #7448

Merged
merged 2 commits into from
Jan 13, 2025
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
2 changes: 1 addition & 1 deletion sources/_base_sources/evm/polygon_base_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ sources:
- name: polygon
description: "Boolean indicating if this is a manual individual submission of a contract."
- name: factory
description: "Boolean indicating if this submission was submitted to Dune with the 'factory' flag enabled. If yes, our decoder will search for contract's deployed by the same factory and decode them into the same namespace as the initial contract."
description: "Boolean indicating if this submission was submitted to Dune with the 'factory' flag enabled. If yes, our decoder will search for contracts deployed by the same factory and decode them into the same namespace as the initial contract."
- name: detection_source
description: "Method used to detect and decode this contract: 'factory', 'polygon', or 'dynamic'. "
- name: created_at
Expand Down
4 changes: 2 additions & 2 deletions sources/_base_sources/evm/ronin_docs_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The `ronin.contracts` table tracks all contracts that have been submitted to Dun

{% docs ronin_creation_traces_doc %}

The `roninm.creation_traces` table contains data about contract creation events on the ronin blockchain. It includes:
The `ronin.creation_traces` table contains data about contract creation events on the ronin blockchain. It includes:

- Block number and timestamp
- Transaction hash
Expand Down Expand Up @@ -218,4 +218,4 @@ The `erc721_ronin.evt_ApprovalForAll` table contains ApprovalForAll events for E

This table is used for analyzing blanket approvals for ERC721 token collections on the ronin network.

{% enddocs %}
{% enddocs %}
Loading