We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc0a3f commit 17740cbCopy full SHA for 17740cb
apps/cli/src/index.ts
@@ -21,6 +21,7 @@ import { listOperators } from './commands/operator-control/list-operators';
21
import { mintNodeLicenses } from "./commands/mint-node-licenses";
22
import { getNodeLicenseContractAddress } from './commands/get-node-license-address';
23
import { listNodeLicenses } from './commands/list-node-licenses';
24
+import { setRollupAddress } from './commands/set-rollup-address';
25
26
const cli = new Vorpal();
27
@@ -47,6 +48,7 @@ toggleAssertionChecking(cli);
47
48
mintNodeLicenses(cli);
49
getNodeLicenseContractAddress(cli);
50
listNodeLicenses(cli);
51
+setRollupAddress(cli);
52
53
cli
54
.delimiter('vanguard-node$')
0 commit comments