Skip to content

Commit

Permalink
consistent salt
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 17, 2024
1 parent a36939f commit b832114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-setup/mockGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function deployMockGame(): Promise<Hex> {
"pnpm",
// skip build because its slow and we do it in global setup
// if we don't skip build here, it regenerates ABIs which cause the tests to re-run (because we import the ABI here), which re-runs this deploy...
["mud", "deploy", "--rpc", anvilRpcUrl, "--saveDeployment", "false", "--skipBuild"],
["mud", "deploy", "--rpc", anvilRpcUrl, "--salt", "0x", "--saveDeployment", "false", "--skipBuild"],
{
cwd: `${__dirname}/../test/mock-game-contracts`,
env: {
Expand Down

0 comments on commit b832114

Please sign in to comment.