Skip to content

Commit

Permalink
default to DEPOSIT_CONSUMED_PCT_THRESHOLD = 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Sep 16, 2024
1 parent 27557d3 commit 80eb0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grenade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Run Graphinator
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
DEPOSIT_CONSUMED_PCT_THRESHOLD: ${{ secrets.DEPOSIT_CONSUMED_PCT_THRESHOLD }}
DEPOSIT_CONSUMED_PCT_THRESHOLD: 20
run: bun src/graphinator.ts ${{ github.event.inputs.network }}

0 comments on commit 80eb0db

Please sign in to comment.