Skip to content

Commit 404c0aa

Browse files
committed
cli: use finalized commitment level for solana program deploy
1 parent b91f8c6 commit 404c0aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,8 @@ async function deploySolana<N extends Network, C extends SolanaChains>(
13891389
"--buffer", `buffer.json`,
13901390
binary,
13911391
"--keypair", payer,
1392-
"-u", ch.config.rpc
1392+
"-u", ch.config.rpc,
1393+
"--commitment", "finalized"
13931394
];
13941395

13951396
if (priorityFee !== undefined) {

0 commit comments

Comments
 (0)