Skip to content

Commit 3cf2a23

Browse files
committed
feat(cli): adapt to rollups-node:2.0.0-alpha.7
1 parent 81452c7 commit 3cf2a23

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.changeset/tasty-shoes-dig.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,7 @@ export const deployApplication = async (options: {
462462
if (consensus) {
463463
deployArgs.push("--consensus", consensus);
464464
} else {
465-
deployArgs.push(
466-
"--epoch-length",
467-
epochLength.toString(),
468-
"--self-hosted",
469-
);
465+
deployArgs.push("--epoch-length", epochLength.toString());
470466
}
471467
if (salt) {
472468
deployArgs.push("--salt", salt);

0 commit comments

Comments
 (0)