From a13b6ba1f7ee50d3f7fa9c9b8691ffdaa546f3ae Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 11 Nov 2025 02:40:45 +0100 Subject: [PATCH] chore: add .wallet_info.txt to gitignore for security MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Protect wallet information from being committed to git - Wallet configured for Phase 1 deployment - Using public Arbitrum RPC endpoints 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a1c11d..f79222b 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ anvil_fresh.log arbitrage_detection_test.log ARBITRAGE_DETECTION_TEST_RESULTS.md /tmp/mev-bot-test.log +.wallet_info.txt