From aeb3ebc8291ab7db3e6f93cd60add4b937660747 Mon Sep 17 00:00:00 2001 From: Ante Sosa Date: Fri, 28 Mar 2025 09:40:20 +0100 Subject: [PATCH] Fix whale transaction --- src/docs/metrics/whale-transaction-count/index.md | 2 +- src/docs/metrics/whale-transaction-volume/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/metrics/whale-transaction-count/index.md b/src/docs/metrics/whale-transaction-count/index.md index e0ecd652b..06a06acd6 100644 --- a/src/docs/metrics/whale-transaction-count/index.md +++ b/src/docs/metrics/whale-transaction-count/index.md @@ -7,7 +7,7 @@ description: Amount of coin/tokens moved on-chain by whales. ## Description -This metric shows the number of transactions whose value in USD is above a given threhsold. +This metric shows the number of transactions whose value in USD is above a given threshold. There are two metrics available: - `whale_transaction_count_100k_usd_to_inf` - The count of all transactions whose USD value is above $100,000 - `whale_transaction_count_1m_usd_to_inf` - The count of all transactions whose USD value is above $1,000,000 diff --git a/src/docs/metrics/whale-transaction-volume/index.md b/src/docs/metrics/whale-transaction-volume/index.md index 865d632b0..4a3fd46d3 100644 --- a/src/docs/metrics/whale-transaction-volume/index.md +++ b/src/docs/metrics/whale-transaction-volume/index.md @@ -7,7 +7,7 @@ description: USD Volume of coin/tokens moved on-chain by whales. ## Description -This metric shows the total volume of transactions whose value in USD is above a given threhsold. +This metric shows the total volume of transactions whose value in USD is above a given threshold. There are two metrics available: - `whale_transaction_volume_100k_usd_to_inf` - The volume of all transactions whose USD value is above $100,000 - `whale_transaction_volume_1m_usd_to_inf` - The volume of all transactions whose USD value is above $1,000,000