-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great script! Feature request: Specify token pair #3
Comments
@Krishnasagar thank you! |
Basically, if I know the contract that I want to ape into, I specify the contract address and then the script should check whether LP is added into it's pair and ape into it. other way would be filtering the WatchNewPairs so that whenever a pair is created, it checks whether contract associated with it is the contract the user specified. Could be one contract or an array of contracts to ape into |
The scenario is to ape into token launches that we have DYOR-ed so that we can specify the contract to ape into at launch |
Also you might want to add this into the Bad words, this is a commonly used honeypot code:
|
@Krishnasagar filtering in |
Can you please explain where to add this? |
@AbhayVel you can add new lines around here: https://github.com/psdlt/roboape/blob/main/src/Services/BscScan.ts#L21 |
is it like this: '"Tokens are here"', |
@AbhayVel yep, that should work |
hi great work on this robo ape, can you please help , i am a new developer trying to learn things on my own i tried to run the code it works fine. Is there a way to tweak this function in WatheNewPairs.ts file as to buy only those pairs with liquidity over 5BNB and above. That would be helpful
|
Hi, I was wondering if you could add a module to specify the token contract to ape into so that it constantly checks for that contract's lp
The text was updated successfully, but these errors were encountered: