This PR updates the swapper address in the Pancakeswap BSC Sniper Bot codebase. The swapper address is currently hardcoded as "0x2D4e39B07117937b2CB51b8a7ab8189b50D41184", but it needs to be changed to the PancakeSwap Router Address "0x10ED43C718714eb63d5aA57B78B54704E256024E". This change allows transactions to be made directly to the PancakeSwap Router.
Summary of Changes
Modified the txns.py file to update the swapper address in the setup_swapper method.
Replaced the old swapper address "0x2D4e39B07117937b2CB51b8a7ab8189b50D41184" with the new PancakeSwap Router Address "0x10ED43C718714eb63d5aA57B78B54704E256024E".
Updated the comments in the setup_swapper method to reflect the new swapper address.
Please review and merge this PR to ensure that the Pancakeswap BSC Sniper Bot works correctly with the new swapper address.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/update_swapper_address
🎉 Latest improvements to Sweep:
Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR updates the swapper address in the Pancakeswap BSC Sniper Bot codebase. The swapper address is currently hardcoded as "0x2D4e39B07117937b2CB51b8a7ab8189b50D41184", but it needs to be changed to the PancakeSwap Router Address "0x10ED43C718714eb63d5aA57B78B54704E256024E". This change allows transactions to be made directly to the PancakeSwap Router.
Summary of Changes
txns.py
file to update the swapper address in thesetup_swapper
method.setup_swapper
method to reflect the new swapper address.Please review and merge this PR to ensure that the Pancakeswap BSC Sniper Bot works correctly with the new swapper address.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: