Skip to content

Commit

Permalink
Updating buffer write success rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Sep 30, 2024
1 parent d88d7d0 commit d580a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
solana config set -k ./submitter-key.json > /dev/null 2>&1
solana config set --url ${{ env.RPC }} > /dev/null 2>&1
BUFFER=$(solana program write-buffer ./programs/.bin/${{ env.PROGRAM_NAME }}.so | awk '{print $2}')
BUFFER=$(solana program write-buffer --max-sign-attempts 100 --use-rpc ./programs/.bin/${{ env.PROGRAM_NAME }}.so | awk '{print $2}')
echo "Buffer: $BUFFER"
solana program set-buffer-authority --new-buffer-authority ${{ env.GOVERNANCE_ID }} $BUFFER
Expand Down

0 comments on commit d580a0b

Please sign in to comment.