Skip to content

Commit 17740cb

Browse files
committed
put changing rollup address in cli
1 parent 6bc0a3f commit 17740cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/cli/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { listOperators } from './commands/operator-control/list-operators';
2121
import { mintNodeLicenses } from "./commands/mint-node-licenses";
2222
import { getNodeLicenseContractAddress } from './commands/get-node-license-address';
2323
import { listNodeLicenses } from './commands/list-node-licenses';
24+
import { setRollupAddress } from './commands/set-rollup-address';
2425

2526
const cli = new Vorpal();
2627

@@ -47,6 +48,7 @@ toggleAssertionChecking(cli);
4748
mintNodeLicenses(cli);
4849
getNodeLicenseContractAddress(cli);
4950
listNodeLicenses(cli);
51+
setRollupAddress(cli);
5052

5153
cli
5254
.delimiter('vanguard-node$')

0 commit comments

Comments
 (0)