Skip to content

Commit

Permalink
Set waitFinalExecution to true for SmartContract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Dec 4, 2024
1 parent 685c34f commit 0d3d492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/lib/website/deploySC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const ownerKey = 'OWNER'
export async function deploySC(provider: Provider): Promise<SmartContract> {
return SmartContract.deploy(provider, DEWEB_SC_BYTECODE, undefined, {
coins: deployCost(provider),
waitFinalExecution: true,
})
}

Expand Down

0 comments on commit 0d3d492

Please sign in to comment.