-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
59 lines (51 loc) · 1.4 KB
/
Copy pathconfig.example.toml
File metadata and controls
59 lines (51 loc) · 1.4 KB
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
[rpcs.angel_pulse_rpc]
uri = ""
[geysers.angel_pulse_grpc]
### Yellowstone gRPC endpoint used to monitor real-time chain events.
uri = ""
x_key = ""
## ShredStream endpoint for low-latency transaction monitoring
shredstream_uri = ""
# Enable Shredstream via ANGEL_PULSE_ENABLE_SHREDSTREAM=1
shredstream_enabled = false
##################### Engine #####################
[engine]
# The mode of the bot, either "live", "paper"
mode = "paper"
strategy_mode = "arbitrage"
##################### Strategy #####################
[strategies.arbitrager.arbitrage]
skip_dexes = []
user_id = 0
private_key = ""
size_sol = 0.5
min_pool_liquidity_sol = 0.5
##################### Logger #####################
[logger]
level = "info"
##################### Storage #####################
[storage]
database_uri = ""
redis_uri = ""
##################### Executor #####################
[executor]
simulate_execution = true
use_jito = false
use_zeroblock = false
use_bloxroute = false
use_nextblock = false
use_temporal = false
jito_engine_url = ""
zeroslot_engine_url = ""
zeroslot_auth_token = ""
bloxroute_engine_url = ""
bloxroute_auth_token = ""
nextblock_engine_url = ""
nextblock_auth_token = ""
temporal_engine_url = ""
temporal_auth_token = ""
arb_include_swqos_tip = true
arb_include_swqos_tip_for_profit = true
arb_estimated_tip_lamports_override = 10000
arb_temporal_min_tip_lamports = 1000000
arb_nextblock_min_tip_lamports = 100000