From 0e6787ec3d00754198184f2d7ebed4acf5c6c309 Mon Sep 17 00:00:00 2001 From: forcedebug Date: Sun, 5 Jan 2025 20:15:36 +0800 Subject: [PATCH] chore: remove redundant words in comment Signed-off-by: forcedebug --- scammer-nft-trader-ts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scammer-nft-trader-ts/README.md b/scammer-nft-trader-ts/README.md index 5daedb2f..1aadb504 100644 --- a/scammer-nft-trader-ts/README.md +++ b/scammer-nft-trader-ts/README.md @@ -50,7 +50,7 @@ Describe each of the type of alerts fired by this agent Notes: -- If the the transfer uses ERC20 and the price is not retrivable it will be fired with the name "nft-sale-erc20-price-unknown" +- If the transfer uses ERC20 and the price is not retrivable it will be fired with the name "nft-sale-erc20-price-unknown" - If no floorPrice is detected it will be fired with the name "nft-sale-floor-price-unknown" **nft-sold-above-floor-price** @@ -126,7 +126,7 @@ Notes: **stolen-nft-sale** -- Fired when a previously indexed nft id has a record that points to a a possible phishing attack. +- Fired when a previously indexed nft id has a record that points to a possible phishing attack. - Verifies by comparing the addresses between records and calculating the difference between values and floorPrice differences. - Includes standard metadata - Severity is always set to "High"