@latticexyz/cli 2.2.24-a851c91de9ca31fe4d522ac33c07cfdd0e403853 → 2.2.24-c41f873202e1f239a54c1ee5a48d86ea40f2f7c2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2508,7 +2508,6 @@ var commandModule8 = {
|
|
|
2508
2508
|
const forkRpc = opts.worldAddress ? await getRpcUrl2(opts.profile) : `http://127.0.0.1:${opts.port}`;
|
|
2509
2509
|
const worldAddress = opts.worldAddress ?? (await runDeploy({
|
|
2510
2510
|
...opts,
|
|
2511
|
-
saveDeployment: opts.saveDeployment,
|
|
2512
2511
|
rpc: forkRpc
|
|
2513
2512
|
})).address;
|
|
2514
2513
|
console.log(chalk4.blue("World address", worldAddress));
|
|
@@ -3257,4 +3256,4 @@ var commands = [
|
|
|
3257
3256
|
export {
|
|
3258
3257
|
commands
|
|
3259
3258
|
};
|
|
3260
|
-
//# sourceMappingURL=commands-
|
|
3259
|
+
//# sourceMappingURL=commands-45I2XHUC.js.map
|