forked from tsarbuig/LimitSwap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tokens.json
48 lines (40 loc) · 2.12 KB
/
tokens.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
{
"ENABLED": "true",
"SYMBOL": "CAKE",
"ADDRESS": "0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82",
"KIND_OF_SWAP": "base", // enter "base" to use BUYAMOUNTINBASE , and "tokens" to use BUYAMOUNTINTOKENS
"BUYAMOUNTINBASE": "0.005",
"BUYAMOUNTINTOKEN": "5",
"MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION": "0.5", // used with KIND_OF_SWAP = tokens
"BUYPRICEINBASE": "0",
"SELLPRICEINBASE": "200%", // You can now put amount in % in this field
"STOPLOSSPRICEINBASE": "60%", // You can now put amount in % in this field
"TRAILING_STOP_LOSS": "40%", // put amount in % in this field. Enter '0' if you don't want to use it
"SLIPPAGE": "5",
"MOONBAG": "0", // Bot will keep this amount in your wallet after SELL order
"MAXTOKENS": "1", // Bot will stop if your balance > MAXTOKENS
"MAX_SUCCESS_TRANSACTIONS_IN_A_ROW": "2",
"MAX_FAILED_TRANSACTIONS_IN_A_ROW": "2",
"RUGDOC_CHECK": "true",
"BUYAFTER_XXX_SECONDS": "0", // if you want the bot to wait XXX seconds before if makes the BUY Tx
"WAIT_FOR_OPEN_TRADE": "true_after_buy_tx_failed", // check Wiki, this is very useful
"MULTIPLEBUYS": "false", // use this if you want bot to make multiple buys at the same time
"BUYCOUNT": "2",
"ALWAYS_CHECK_BALANCE": "false", // use this if you want bot to check your token balance between each price check
"MINIMUM_LIQUIDITY_IN_DOLLARS": "10000",
"WATCH_STABLES_PAIRS": "true", // use this if you want bot to check all Stable Liquidity pairs
"LIQUIDITYINNATIVETOKEN": "true",
"USECUSTOMBASEPAIR": "false",
"BASESYMBOL": "BUSD",
"BASEADDRESS": "0xe9e7cea3dedca5984780bafc599bd69add087d56",
"PINKSALE_PRESALE_ADDRESS": "enter here the presale address if you're sniping a Pinksale listing",
"SELLAMOUNTINTOKENS": "ALL",
"HASFEES": "false",
"GAS": "BOOST", // Team recommend you to use BOOST here
"MAX_GAS": "9999", // Put here the maximum of GAS you want to pay if you use BOOST. If GAS > MAX_GAS Tx won't be made
"BOOSTPERCENT": "30",
"GASLIMIT": "1000000", // Team recommend you to use 1000000 here
"GASPRIORITY_FOR_ETH_ONLY": "1.5"
}
]