From c9e8e4bb796b01e65eca3ea17bd86ff1b86443fb Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:15:17 +0100 Subject: [PATCH 1/4] fix spelling balances.mdx --- echo/evm/balances.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo/evm/balances.mdx b/echo/evm/balances.mdx index c5a52169..78df11aa 100644 --- a/echo/evm/balances.mdx +++ b/echo/evm/balances.mdx @@ -28,7 +28,7 @@ To fetch balances for all supported chains please pass the `chain_ids=all` param | chain | Name of blockchain of token | string | | address | ERC20 contract address or blockchain name for native token | string | | amount | Amount of token owned in WEI | double | -| symbol | Symbol of token, if avilable | string | +| symbol | Symbol of token, if available | string | | decimals | Decimals of token, if available | double | | price_usd | Current price of token, if available | double | | value_usd | Current value of token owned, if available | double | From 176bd16f1a12c3d6653fada0a101ed7dfda4e86a Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:15:55 +0100 Subject: [PATCH 2/4] fix spelling balances.mdx --- echo/svm/balances.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo/svm/balances.mdx b/echo/svm/balances.mdx index 314b7d84..831b5fc3 100644 --- a/echo/svm/balances.mdx +++ b/echo/svm/balances.mdx @@ -26,7 +26,7 @@ Data is typically available within 100 ms since a block was propagated to nodes. | chain | Name of blockchain of token | string | | address | ERC20 contract address or blockchain name for native token | string | | amount | Amount of token owned in WEI | double | -| symbol | Symbol of token, if avilable | string | +| symbol | Symbol of token, if available | string | | decimals | Decimals of token, if available | double | | price_usd | Current price of token, if available | double | | value_usd | Current value of token owned, if available | double | From d2a5dc31e62a49abb157aa496025a55776d72418 Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:17:04 +0100 Subject: [PATCH 3/4] fix spelling upload.mdx --- api-reference/tables/endpoint/upload.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/tables/endpoint/upload.mdx b/api-reference/tables/endpoint/upload.mdx index 0bbab690..b366db02 100644 --- a/api-reference/tables/endpoint/upload.mdx +++ b/api-reference/tables/endpoint/upload.mdx @@ -16,7 +16,7 @@ For working with uploads, keep in mind that: - File has to be < 200 MB - Column names in the table can't start with a special character or digits. - Private uploads require a Premium subscription. -- If you upload to an existing table name, it will delete the old data and overwite it with your new data. There is no append feature at the moment. +- If you upload to an existing table name, it will delete the old data and overwrite it with your new data. There is no append feature at the moment. - To delete an upload table, you must go to `user settings (dune.com) -> data -> delete`. If you have larger datasets you want to upload, please [contact us here](https://docs.google.com/forms/d/e/1FAIpQLSekx61WzIh-MII18zRj1G98aJeLM7U0VEBqaa6pVk_DQ7lq6Q/viewform) From e6be66d28a583c62909dcef2c79716bd6c1030f8 Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:19:03 +0100 Subject: [PATCH 4/4] fix spelling 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?