BytePhoenixCoding / BlockchainTokenSniper

Please see website / Telegram group for more details.
473 stars 286 forks source link

SUGGESTION about LP addresses #28

Closed nova2110 closed 3 years ago

nova2110 commented 3 years ago

is it possible to add the other styles of pcs V2 as the sniper over looks the other address for v2 LP

  1. 0x10ED43C718714eb63d5aA57B78B54704E256024E
  2. 0x10ed43c718714eb63d5aa57b78b54704e256024e~~ This one gets overlooked as it doesnt match the code in the json file
Buco11-dev commented 3 years ago

Assign it like this...

router = web3.toChecksumAddress("0x10ed43c718714eb63d5aa57b78b54704e256024e")

BytePhoenixCoding commented 3 years ago

Just fixed it - program would only match if the capitalisation of the address was the exact same as the source code, now converts all source code to lowercase to match with lowercase config file