From 07420dbcbed55b4c70522ffcc7c66d3f9273285f Mon Sep 17 00:00:00 2001 From: agntmarkets Date: Mon, 13 Apr 2026 20:05:04 +0300 Subject: [PATCH] Add agentscup.com to whitelist agentscup.com and its subdomains (play.agentscup.com) are a legitimate Solana-based AI football card game (Agents Cup). The domain is being incorrectly flagged as potentially malicious. - Main site: https://agentscup.com - Game app: https://play.agentscup.com - Twitter/X: https://x.com/agentscup The project uses Solana wallet adapter with standard SystemProgram transfers for pack purchases and marketplace trades. --- whitelist.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/whitelist.yaml b/whitelist.yaml index d59054b4..3669ee0f 100644 --- a/whitelist.yaml +++ b/whitelist.yaml @@ -30,4 +30,6 @@ - url: "*.tistory.com" - url: "*.surge.sh" - url: revoke.cash - - url: nftplus.io \ No newline at end of file + - url: nftplus.io + - url: "*.agentscup.com" + - url: agentscup.com