# Ethereum API Keys # Set at least one of these for better performance and reliability # Alchemy API Key (recommended, used for balance lookups) ALCHEMY_API_KEY=your_alchemy_api_key_here # Infura API Key (recommended, used as backup for balance lookups ) INFURA_API_KEY=your_infura_api_key_here # Moralis API Key (recommended used to check if non ethereum tokens are in wallet) MORALIS_API_KEY=your_etherscan_api_key_here # Wallet Configuration # Set a specific wallet address to test, otherwise a default test address will be used LM_ETHEREUM_WALLET_ADDRESS=0x0BED22D42227d9997808F1976E44bEec1F203102 # Debug Configuration # Set to true to enable detailed debug logging DEBUG_ETHEREUM=true # Provider Timeout # Define number of msecs to wait for a balance result (default sixty seconds) ETHEREUM_BALANCE_TIMEOUT_MSECS=60000 # Fail during API Key validation when DEBUG_ETHEREUM is true # DEBUG_ETHEREUM_FAIL_ON_ERROR = true ############################################### # Legacy Infura (not recommended) # INFURA_PROJECT_ID=your_infura_project_id_here # INFURA_PROJECT_SECRET=your_infura_project_secret_here # Pocket API Key (no longer recommended as service node) # POCKET_API_KEY=your_pocket_api_key_here