-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
30 lines (21 loc) · 1.09 KB
/
README.txt
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
license (string) : found in https://degenbot.hyper.co/
privateKey (string) : use https://iancoleman.io/bip39/ to convert mnemonic into private key
address (string) : your public address
minAmount (integer): Minimum amount of MIM for the bot to trigger
leverage (integer): Leverage of your UST amount (leverage on original collateral deposited, see docs)
delay (integer): delay to fetch available MIMs (recommended: ETH block time)
maxfee (integer): max fee paid in ether (NOT GWEI) per txn
maxpriofee (integer): max priority fee to be paid to miners per txn (will generally use all)
webhook (string) : set up discord webhook
example
{
'license': 'DEGEN-XXXX-XXXX-XXXX-XXXX',
'privateKey': '0x1234567890123456789012345678901234567890123456789012345678901234',
'address': '0x1234567890123456789012345678901234567890',
'minAmount': 15000,
'leverage': 6,
'delay': 13,
'maxfee': 0.05,
'maxpriofee': 3,
'webhook': 'https://discord.com/api/webhooks/930491992302034955/307UEaIXqJtZVAwkaG9IeeaxVs2D6jqbe8nmO-uIDgm9TQKxQZ0X3GOPKfmLqUSemjRu'
}