Skip to content

Commit

Permalink
updated default
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarbuig committed Feb 12, 2022
1 parent 02df366 commit c989b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"BUYAMOUNTINTOKEN": "5",
"MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION": "0.5", // used with KIND_OF_SWAP = tokens

"SELLPRICEINBASE": "99999999", // You can now put amount in % in this field
"STOPLOSSPRICEINBASE": "40", // You can now put amount in % in this field
"SELLPRICEINBASE": "300%", // You can now put amount in % in this field
"STOPLOSSPRICEINBASE": "40%", // You can now put amount in % in this field
"SLIPPAGE": "49",

"MOONBAG": "0", // Bot will keep this amount in your wallet after SELL order
Expand Down

0 comments on commit c989b4f

Please sign in to comment.