You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help, h Shows a list of commands or helpfor one command
61
+
gate_liquidity Create an order for the liquidity of Gate.
62
+
del_order delete order by id
63
+
version, v show version
64
+
list list supported providers and docs
65
+
tasks list supported tasks
66
+
example create a example config file
67
+
help, h Shows a list of commands or helpfor one command
63
68
64
69
GLOBAL OPTIONS:
65
-
66
-
--conf value, -c value (default: "./config.yaml")
70
+
71
+
--conf value, -c value (default: "./config.yaml")
67
72
config file path
68
-
69
-
--placeholder, -p (default: false)
70
-
enable placeholder, you can use placeholder to replace private key, Example: Fill '{{privateKey}}'in config.yaml. Run with -p to enable placeholder: SERVER_PORT=:8080 omni-balance -c ./config.yaml -p. Waiting for'waiting for placeholder...' log, send placeholder
71
-
data according to the prompt.
72
-
73
-
--port value (default: ":8080")
73
+
74
+
--placeholder, -p (default: false)
75
+
enable placeholder, you can use placeholder to replace private key, Example:
76
+
Fill '{{privateKey}}'in config.yaml.Run with -p to enable placeholder, Example:
-c ./config.yaml -pWaiting for'waiting for placeholder...' log, send
80
+
placeholder data according to the prompt.
81
+
82
+
--port value (default: ":8080")
74
83
When the placeholder parameter is set to true, you can specify and set the
75
84
listening address of the HTTP server that receives the placeholder.
76
85
77
86
MISC
78
-
--help, -h show help
87
+
88
+
89
+
--help, -h (default: false)
90
+
show help
79
91
```
80
92
#### Configuration
93
+
94
+
##### Example
95
+
96
+
*[global_config.yaml](./example/global_config.yaml): A generic example configuration for global settings.
97
+
*[gate_liquidity_config.yaml](./example/gate_liquidity_config.yaml): An example configuration for providing liquidity to the Gate.io exchange.
98
+
*[general_config.yaml](./example/general_config.yaml): An example configuration for standard addresses swapping liquidity between two chains.
99
+
*[helix_liquidity_config.yaml](./example/helix_liquidity_config.yaml): An example configuration that, when checking address balances, includes both on-chain balances and unclaimed HelixBridge balances for evaluation.
100
+
*[operator_safe_config.yaml](./example/operator_safe_config.yaml): An example configuration for scenarios where the operator address utilizes a multi-signature setup.
101
+
102
+
##### Configuration Reference
81
103
```
82
-
# Debug mode
83
104
debug: true
84
-
# Chains
105
+
apiKey: "999999999999"
106
+
# All utilized blockchain networks along with their corresponding tokens must be defined here.
85
107
chains:
86
-
- # Chain id
87
-
id: 1
88
-
# Chain name
89
-
name: etnereum
90
-
# Native token name, if not set, use the 0x0000000000000000000000000000000000000000
0 commit comments