-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.py
33 lines (24 loc) · 896 Bytes
/
config.py
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
# navi
navi_liquidity_value_in_sui_in_range = (0.001, 0.002) # there is no withdraw module
# scallop
scallop_liquidity_value_in_sui_in_range = (5.1, 5.5) # total per account
# kriya
kriya_swap_value_in_sui_in_range = (0.1, 0.2)
# transfer
value_to_leave_in_sui = (0.1, 0.2)
# generate
mnemonic_number_to_generate = 1
# claim | https://2captcha.com
two_captcha_api_key = "api_key"
# general
sui_rpc = "https://mainnet.sui.rpcpool.com/"
short_sleep_between_txs_in_range_in_sec = (5, 15)
long_sleep_between_txs_in_range_in_sec = (15, 30)
start_threads_simultaneously = True
random_account_clusters = False
######################################################
# 8192
total_max_8192_games_per_address_in_range = (30, 32) # per the whole address
# coinflip
max_flip_count_per_session_in_range = (2, 4) # per session
flip_bet_variants_in_sui = [1] # rec: [1], def: [1, 2, 5, 10, 25, 50]