JayArrowz / PancakeTokenSniper

BSC BNB Pancake token sniper, buy, take profit and rug check
210 stars 124 forks source link

buy specified token #23

Closed felewandowski closed 2 years ago

felewandowski commented 2 years ago

hi, I know which token I wanna buy, could you adjust so you can snipe that specific token?

JayArrowz commented 2 years ago
If the OnlyBuyWhitelist is enabled the contract will only interact with whitelisted tokens

So in the config it'll be something like this:

    "OnlyBuyWhitelist": true,
    "WhitelistedTokens": [
      "0x0000000000000000000000000000000000000000",
      "anotherContractAddress"
    ],

If OnlyBuyWhitelist is true the bot will only interact with whitelisted contracts hencing buying a specified token.