From 1b094eb152b424edd1d8cc69a9d5ab56a86ddf9f Mon Sep 17 00:00:00 2001 From: XxAlex74xX <30472093+XxAlex74xX@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:39:12 +0100 Subject: [PATCH 1/2] Update query-object.mdx --- api-reference/queries/endpoint/query-object.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/queries/endpoint/query-object.mdx b/api-reference/queries/endpoint/query-object.mdx index 20774b4b..20493076 100644 --- a/api-reference/queries/endpoint/query-object.mdx +++ b/api-reference/queries/endpoint/query-object.mdx @@ -3,7 +3,7 @@ title: 'Overview' icon: "star" --- -These query management endspoints help you programmatically create and manage Dune SQL queries via the API, ideal for integration with GitHub or other CI/CD pipelines. +These query management endpoints help you programmatically create and manage Dune SQL queries via the API, ideal for integration with GitHub or other CI/CD pipelines. ### Queries From 0167944c9088cb54261ccceb61f61962463ed8cd Mon Sep 17 00:00:00 2001 From: XxAlex74xX <30472093+XxAlex74xX@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:39:33 +0100 Subject: [PATCH 2/2] Update overview.mdx --- data-catalog/community/ghostlogs/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-catalog/community/ghostlogs/overview.mdx b/data-catalog/community/ghostlogs/overview.mdx index ab4109bc..a16ec951 100644 --- a/data-catalog/community/ghostlogs/overview.mdx +++ b/data-catalog/community/ghostlogs/overview.mdx @@ -8,7 +8,7 @@ description: Define and emit custom gasless events, replay historical transactio # GhostLogs [GhostLogs](https://ghostlogs.xyz) - add and emit gasless events from Smart Contracts. -GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additonal events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native +GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additional events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native tables to create dashboards. ## What are gasless events?