Skip to content

Commit

Permalink
cli: use finalized commitment level for solana program deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Dec 12, 2024
1 parent b91f8c6 commit 404c0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,8 @@ async function deploySolana<N extends Network, C extends SolanaChains>(
"--buffer", `buffer.json`,
binary,
"--keypair", payer,
"-u", ch.config.rpc
"-u", ch.config.rpc,
"--commitment", "finalized"
];

if (priorityFee !== undefined) {
Expand Down

0 comments on commit 404c0aa

Please sign in to comment.