tsarbuig / LimitSwap

LimitSwap is fully functional DeFi Trading Bot. No fees. You just need to hold LIMIT Utility token in your wallet to use.
https://www.limitswap.com/
18 stars 30 forks source link

"strict" version of rugdoc chain, to continue only if status is ok #85

Closed MelnikovVV closed 2 years ago

MelnikovVV commented 2 years ago

Is it possible to make a parameter for RugDoc (for example, call it Auto or Strict) so that when answering: "OK": (style.GREEN + 'RUGDOC API RESULT : OK \n' it is automatic - Yes with other answers - No I used to fix it myself (4.3.1.4), something like this: if honeypot_code == "OK": token['_RUGDOC_DECISION'] = "y" else: token['_RUGDOC_DECISION'] = "n"

tsarbuig commented 2 years ago

DONE with RUGDOC_CHECK = 'auto'