Open the configfile.json with a text editor (I suggest visual studio code or a normal text editor is okay too) and go to the bottom of the file
Bottom of the configfile.json
This is an array of wallets.
The first one must be the one that hold our token AVID2.0 ("Public", "private")
No comma have to be after the latest brackets
WRONG CONFIGFILE
OK CONFIGFILE
Replace PUBLIC with your public key and PRIVATE with your private key.
PAY ATTENTION
Do not leave uncopiled wallets or the bot will not start.
Example:
[
"YOUR_WALLET_ADDRESS",
"YOUR_PRIVATE_KEY"
],
[
"public",
"private"
]
Extract the private key from metamask
Example
Click on the identicon in the top right.
Select the account you'd like to export.
On the account page, click on the menu (three dots) in the upper right corner, and then on the "Account Details" button.
Click “Export Private Key”.
To access your private key, you'll now need to enter your wallet password. Once you've done so, click “Confirm” to proceed.
Your private key will now be revealed. Click to copy it, and save it somewhere safe. (Note: we aren't showing it in the below screenshot for obvious reasons -- but yours will be there.)
Click “Done” to close the screen.
3 wallets
If you want to add one wallet only, just delete others lines
Remember that the first wallet must be the holder of the AVID2.0 Token
one wallet only
Save the file and close it.
Dex file is provided with 20 different dexes so is ready to use.