Skip to content

Commit

Permalink
make salt consistent in dev-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Feb 6, 2024
1 parent 0806e53 commit c98bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/dev-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const commandModule: CommandModule<typeof devOptions, InferredOptionTypes<typeof
saveDeployment: true,
worldAddress,
srcDir,
salt: undefined,
salt: "0x",
});
worldAddress = deploy.address;
// if there were changes while we were deploying, trigger it again
Expand Down

0 comments on commit c98bd03

Please sign in to comment.