Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion solxen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down