block-for-time script

This commit is contained in:
tim
2024-07-27 00:02:35 -04:00
parent 160344bf0c
commit 11e77c8eac
2 changed files with 6 additions and 5 deletions

5
bin/block-for-time Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
SCRIPT_DIR="$(dirname -- "$( readlink -f -- "$0"; )";)"
DEXORDER_RPC_URL=arbitrum_alchemy PYTHONPATH="$SCRIPT_DIR/../src" python -m dexorder.bin.block_for_time "$@"