Burner-Bot
Burner-Bot copied to clipboard
Wrong key in .env file
Your README file asked the user to provide values for: NETWORK_RPC_URL and PRIVATE_KEY_ZERO_GAS instead of BSC_RPC_URL and PRIVATE_KEY_ZERO_GAS
Line 8 of your code in index.js is reading the value of BSC_RPC_URL from the .env file and not NETWORK_RPC_URL.