We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81452c7 commit 3cf2a23Copy full SHA for 3cf2a23
.changeset/tasty-shoes-dig.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cartesi/cli": patch
3
4
+
5
+adapt to rollups-node:2.0.0-alpha.7
apps/cli/src/exec/rollups.ts
@@ -462,11 +462,7 @@ export const deployApplication = async (options: {
462
if (consensus) {
463
deployArgs.push("--consensus", consensus);
464
} else {
465
- deployArgs.push(
466
- "--epoch-length",
467
- epochLength.toString(),
468
- "--self-hosted",
469
- );
+ deployArgs.push("--epoch-length", epochLength.toString());
470
}
471
if (salt) {
472
deployArgs.push("--salt", salt);
0 commit comments