Skip to content

Commit

Permalink
Lower prio fee
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jun 11, 2024
1 parent 239c908 commit b5e20ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buffer-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
timeout_minutes: 30
max_attempts: 10
shell: bash
command: solana program write-buffer --max-sign-attempts 50 --with-compute-unit-price 1000000 --use-rpc --buffer ./keyp -k ./deploy-keypair.json ./target/deploy/$PROGRAM.so -u $NETWORK > ./buffer.out
command: solana program write-buffer --max-sign-attempts 50 --with-compute-unit-price 100000 --use-rpc --buffer ./keyp -k ./deploy-keypair.json ./target/deploy/$PROGRAM.so -u $NETWORK > ./buffer.out
env:
NETWORK: ${{ inputs.network }}
PROGRAM: ${{ inputs.program }}
Expand Down

0 comments on commit b5e20ec

Please # to comment.