Burner-Bot icon indicating copy to clipboard operation
Burner-Bot copied to clipboard

Wrong key in .env file

Open Omobayode6 opened this issue 2 years ago • 0 comments

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.

Omobayode6 avatar Aug 24 '23 15:08 Omobayode6