Skip to content

Commit 5414ec7

Browse files
committed
fix(cli): log world address and block number explicitly
1 parent 4bd407e commit 5414ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/runDeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export async function runDeploy(opts: DeployOptions): Promise<WorldDeploy> {
220220
);
221221
}
222222

223-
console.log({ ...deploymentInfo, contracts: undefined });
223+
console.log({ worldAddress: deploymentInfo.worldAddress, blockNumber: deploymentInfo.blockNumber });
224224

225225
return deployResult;
226226
}

0 commit comments

Comments
 (0)