From 1c95e1d1494f83902f6eb5e475a29493ed73d8d7 Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:22:54 +0100 Subject: [PATCH 1/2] Update polygon_base_sources.yml --- sources/_base_sources/evm/polygon_base_sources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/_base_sources/evm/polygon_base_sources.yml b/sources/_base_sources/evm/polygon_base_sources.yml index aea25200b50..ed0b7736b4c 100644 --- a/sources/_base_sources/evm/polygon_base_sources.yml +++ b/sources/_base_sources/evm/polygon_base_sources.yml @@ -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 From 2408b013b2d387c810d50ed718439d2400e89519 Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:27:19 +0100 Subject: [PATCH 2/2] Update ronin_docs_block.md --- sources/_base_sources/evm/ronin_docs_block.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/_base_sources/evm/ronin_docs_block.md b/sources/_base_sources/evm/ronin_docs_block.md index fa52cd0ea90..0ec8279ef00 100644 --- a/sources/_base_sources/evm/ronin_docs_block.md +++ b/sources/_base_sources/evm/ronin_docs_block.md @@ -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 @@ -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 %} \ No newline at end of file +{% enddocs %}