From 5103abf0a6fa3343667d6e5adf27f097f6e1e484 Mon Sep 17 00:00:00 2001 From: Nedim Date: Fri, 10 Apr 2026 14:56:31 +0200 Subject: [PATCH] Add 'Unclaimed SOL' tool to tools.json Added a new tool 'Unclaimed SOL' with details for Solana wallet scanning. --- tools.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tools.json b/tools.json index bf49cda..195bbdc 100644 --- a/tools.json +++ b/tools.json @@ -3,6 +3,23 @@ { "slug": "defi-kingdoms", "tools": [ + { + "title": "Unclaimed SOL", + "url": "https://unclaimedsol.com/", + "image": "https://unclaimedsol.com/logo.png", + "description": "Scan your Solana wallet for reclaimable SOL hiding in old token accounts, program buffers, deactivated stakes and more. Free to start, fully non-custodial.", + "social": [ + { + "type": "Discord", + "url": "https://discord.gg/SG8hdqfPPt" + }, + { + "type": "Twitter", + "url": "https://x.com/unclaimed_sol" + } + ], + "authorName": "UnclaimedSol" + }, { "title": "DFKQuester", "url": "https://dfkquester.app",