From b6cb2e53b2e866406bbea21d925e6bbe4776c606 Mon Sep 17 00:00:00 2001 From: jaxperro Date: Tue, 7 Jul 2026 11:02:14 -0400 Subject: [PATCH] SECURITY: drop leaked alchemy_key from config.live.example.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The key does not belong in any committed file — the worker reads the RPC from ALCHEMY_RPC_URL env (or the gitignored config.json locally). Rotating the key is the real fix (it hit the public repo history); this removes it from HEAD. Co-Authored-By: Claude Fable 5 --- config.live.example.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.live.example.json b/config.live.example.json index 1d04d073..b78c36e2 100644 --- a/config.live.example.json +++ b/config.live.example.json @@ -42,7 +42,6 @@ "auto_redeem": true, "rpc_url": "" }, - "alchemy_key": "yl8QpF2qEI_mQlhOdWgOi", "stake_cap_usd": 250.0, "wallets": [ {