-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
105 lines (72 loc) · 2.09 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
RANDOMIZE = True # Cделать ли выполнение модулей рандомно, чтобы паттерны на аккаунтах не были схожи
RUN_FOREVER = False
# -------------------------------------Модули--------------------------------#
orbiter_bridging = False
inch_swap = False
bungee_bridge = False
syncswap_swap = False
syncswap_liq = False
spacefi_swap = False
spacefi_liq = False
mute_swap = False
mute_liq = False
main_bridge = False
nft_domain_service = False
nft_mint_and_bridge = False
# ---------- Bridges ---------- #
class BungeeBridgeConfig:
from_chain = 'OP'
to_chain = 'ERA'
amount_from = 0.006
amount_to = 0.006
bridge_all_balance = False
class MainBridgeConfig:
amount_from = 0.005
amount_to = 0.005
class OrbiterBridgeConfig:
from_chain = 'OP'
to_chain = 'ERA'
token = 'ETH'
amount_from = 0.006
amount_to = 0.006
# ---------- Swaps ---------- #
class MuteSwapConfig:
from_token = 'ETH' # ETH/USDC
to_token = 'USDC'
amount_from = 0.004
amount_to = 0.004
class InchSwapConfig:
from_chain = ''
amount_from = 0.1
amount_to = 0.2
slippage = 3
from_token_address = '' # Пусто, если ETH
to_token_address = ''
class SyncSwapConfig:
from_token = 'ETH' # ETH/USDC
to_token = 'USDC'
amount_from = 0.004
amount_to = 0.004
class SpaceFiSwapConfig:
from_token = 'ETH' # ETH/USDC
to_token = 'USDC'
amount_from = 0.001
amount_to = 0.001
# ---------- Liquidity ---------- #
class MuteLiquidityConfig:
token = 'ETH' # ETH only
amount_from = 0.001
amount_to = 0.001
class SyncSwapLiquidityConfig:
token = 'ETH' # ETH/USDC
amount_from = 0.004
amount_to = 0.004
class SpaceFiSwapLiquidityConfig:
token = 'ETH' # ETH Only
amount_from = 0.001
amount_to = 0.001
# ---------- NFT ---------- #
class NFTDomainService:
pass
class MintAndBridge:
bridge_to = 'Arbitrum' # Arbitrum / Polygon