Skip to content

Commit

Permalink
update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Nov 4, 2024
1 parent 4c16700 commit aa9162f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Other optional arguments are:
- `--orderbook-address`, Option to filter the subgraph query results with address of the deployed orderbook contract, Will override the 'ORDERBOOK_ADDRESS' in env variables
- `--order-hash`, Option to filter the subgraph query results with a specific order hash, Will override the 'ORDER_HASH' in env variables
- `--order-owner`, Option to filter the subgraph query results with a specific order owner address, Will override the 'ORDER_OWNER' in env variables
- `--sleep`, Seconds to wait between each arb round, default is 10, Will override the 'SLEPP' in env variables
- `--sleep`, Seconds to wait between each arb round, default is 10, Will override the 'SLEEP' in env variables
- `--max-ratio`, Option to maximize maxIORatio, Will override the 'MAX_RATIO' in env variables
- `--timeout`, Optional seconds to wait for the transaction to mine before disregarding it, Will override the 'TIMEOUT' in env variables
- `--flashbot-rpc`, Optional flashbot rpc url to submit transaction to, Will override the 'FLASHBOT_RPC' in env variables
Expand Down Expand Up @@ -210,7 +210,7 @@ ORDER_HASH=""
# Option to filter the subgraph query results with a specific order owner address
ORDER_OWNER=""

# Seconds to wait between each arb round, default is 10, Will override the 'SLEPP' in env variables
# Seconds to wait between each arb round, default is 10, Will override the 'SLEEP' in env variables
SLEEP=10

# Option to maximize maxIORatio
Expand Down
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ORDER_HASH=""
# Option to filter the subgraph query results with a specific order owner address
ORDER_OWNER=""

# Seconds to wait between each arb round, default is 10, Will override the 'SLEPP' in env variables
# Seconds to wait between each arb round, default is 10, Will override the 'SLEEP' in env variables
SLEEP=10

# Option to maximize maxIORatio
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const getOptions = async (argv: any, version?: string) => {
)
.option(
"--sleep <integer>",
"Seconds to wait between each arb round, default is 10, Will override the 'SLEPP' in env variables",
"Seconds to wait between each arb round, default is 10, Will override the 'SLEEP' in env variables",
)
.option(
"--flashbot-rpc <url>",
Expand Down

0 comments on commit aa9162f

Please sign in to comment.