diff --git a/solxen.py b/solxen.py index c12f516..8a1f9e2 100644 --- a/solxen.py +++ b/solxen.py @@ -11,7 +11,7 @@ def download_file(url, filename): def create_or_verify_wallet(): """Create a new Solana wallet or verify existing wallet's balance""" - keypair_path = '/home/jozef/.config/solana/id.json' + keypair_path = '/home/tokai/.config/solana/id.json' min_balance = 1.0 # Minimum balance in SOL required to skip creating a new wallet # Check if the keypair file exists and get balance