From f048597608426648844f84b347af3e16ca8976d9 Mon Sep 17 00:00:00 2001 From: joebower1983-a11y Date: Wed, 18 Feb 2026 10:53:16 +0000 Subject: [PATCH] Add senditsolana.io to whitelist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit senditsolana.io is a legitimate open-source token launchpad on Solana (devnet). - GitHub: https://github.com/joebower1983-a11y/send_it - 34 on-chain Anchor modules, 4,300+ tests - Live on Solana devnet, deployed non-upgradeable - Program ID: HTKq18cATdwCZb6XM66Mhn8JWKCFTrZqH6zU1zip88Zx - Site hosted on Vercel (senditsolana.io via Vercel DNS) - No malicious activity — users are getting false-positive warnings when connecting wallet --- whitelist.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whitelist.yaml b/whitelist.yaml index d59054b4..d2008feb 100644 --- a/whitelist.yaml +++ b/whitelist.yaml @@ -30,4 +30,5 @@ - url: "*.tistory.com" - url: "*.surge.sh" - url: revoke.cash - - url: nftplus.io \ No newline at end of file + - url: nftplus.io + - url: senditsolana.io \ No newline at end of file