Skip to content
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

LimitSwap Wiki - Bot Examples - ETH - Sell an airdrop with ETH (no buy) #112

Open
PumpyMcShillbo opened this issue Oct 29, 2022 · 0 comments

Comments

@PumpyMcShillbo
Copy link

https://cryptognome.gitbook.io/limitswap/limitswap-setup-guide/bot-examples#eth-sell-an-airdrop-with-eth-no-buy

image

image

If we are only selling, shouldn't MAX_SUCCESS_TRANSACTIONS_IN_A_ROW = 1 ? There is no buy, just one sell...please clarify if it doesn't make a difference in this case.

  {
  "ENABLED" : "True",
  "SELECT_MODE": "limitswap" 
  "SYMBOL": "AIRDROP",
  "ADDRESS": "0x7Fc66600c84A76Ad7e9c93437bFc5Ac33E2DDaE9",

  "KIND_OF_SWAP": "base", 
  "BUYAMOUNTINBASE": "0.1",
  "BUYPRICEINBASE": "0",
  "SELLPRICEINBASE": "0.45",
  "STOPLOSSPRICEINBASE": "0",

  "SLIPPAGE": "5",
  
  "MAXTOKENS": "1",
  "MOONBAG": "0",
  
  "RUGDOC_CHECK": "false",
  "BUYAFTER_XXX_SECONDS": "0",    
  "MAX_SUCCESS_TRANSACTIONS_IN_A_ROW": "2",    
  "MAX_FAILED_TRANSACTIONS_IN_A_ROW": "1",  
  "MULTIPLEBUYS": "false",
  "BUYCOUNT": "1",
    
  "MINIMUM_LIQUIDITY_IN_DOLLARS": "10000",
  "WATCH_STABLES_PAIRS": "true",
  
  "LIQUIDITYINNATIVETOKEN": "true",  
  "USECUSTOMBASEPAIR": "false",
  "BASESYMBOL": "BUSD",
  "BASEADDRESS": "0xe9e7cea3dedca5984780bafc599bd69add087d56",

  "SELLAMOUNTINTOKENS": "ALL",
 
  "HASFEES": "false",
  "GAS": "BOOST",
  "BOOSTPERCENT": "20",
  "GASLIMIT": "300000",
  "GASPRIORITY_FOR_ETH_ONLY": "1.5"
  }
]```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant