Skip to content

Commit

Permalink
add smart account option to dev-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Nov 11, 2024
1 parent 539787c commit f3113a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/dev-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const devOptions = {
alwaysRunPostDeploy: deployOptions.alwaysRunPostDeploy,
forgeScriptOptions: deployOptions.forgeScriptOptions,
worldAddress: deployOptions.worldAddress,
smartAccount: deployOptions.smartAccount,
};

const commandModule: CommandModule<typeof devOptions, InferredOptionTypes<typeof devOptions>> = {
Expand Down

0 comments on commit f3113a2

Please sign in to comment.