From 71d4517292d88fd90ad74f6c58ccd3534b01d1df Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:57:08 +0100 Subject: [PATCH 1/3] Update overview.mdx --- data-catalog/evm/bob/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-catalog/evm/bob/overview.mdx b/data-catalog/evm/bob/overview.mdx index 385bee35..272304a1 100644 --- a/data-catalog/evm/bob/overview.mdx +++ b/data-catalog/evm/bob/overview.mdx @@ -68,6 +68,6 @@ BOB’s hybrid L2 design will be launched in multiple stages: </CardGroup> <Tip> -While the white-gloved [decoded data](../ethereum/decoded/overview) is not avaialble for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL. +While the white-gloved [decoded data](../ethereum/decoded/overview) is not available for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL. Visit [this page](../../../query-engine/Functions-and-operators/evm-decoding-functions) to learn how. </Tip> From b09e2cdb9e14e78e4370172f6126087e193ce316 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:58:43 +0100 Subject: [PATCH 2/3] Update overview.mdx --- data-catalog/evm/mode/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-catalog/evm/mode/overview.mdx b/data-catalog/evm/mode/overview.mdx index b3393694..31866e35 100644 --- a/data-catalog/evm/mode/overview.mdx +++ b/data-catalog/evm/mode/overview.mdx @@ -50,6 +50,6 @@ Mode is powered by the OP Stack, in collaboration with Optimism. We aim to contr </CardGroup> <Tip> -While the white-gloved [decoded data](../ethereum/decoded/overview) is not avaialble for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL. +While the white-gloved [decoded data](../ethereum/decoded/overview) is not available for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL. Visit [this page](../../../query-engine/Functions-and-operators/evm-decoding-functions) to learn how. -</Tip> \ No newline at end of file +</Tip> From 987697b2e3a2ff17f744ac956e949f0442b3b81d Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:59:08 +0100 Subject: [PATCH 3/3] Update 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..9d58fbb9 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 |