Skip to content

Commit

Permalink
drop the min profit threshold to test new pt classic vault
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckbergeron committed Sep 25, 2024
1 parent fdf208c commit ecff344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.base-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
env:
CHAIN_ID: 8453
MIN_PROFIT_THRESHOLD_USD: 0.1
MIN_PROFIT_THRESHOLD_USD: 0.015
REWARD_RECIPIENT: ''
JSON_RPC_URL: ${{ secrets.BASE_MAINNET_JSON_RPC_URL }}
COVALENT_API_KEY: ${{ secrets.COVALENT_API_KEY }}
Expand Down

0 comments on commit ecff344

Please sign in to comment.