Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Apr 11, 2024
1 parent a020f51 commit 67ef103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/hyperchain_wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import fetch from 'node-fetch';
import { up } from './up';
import * as Handlebars from 'handlebars';
import { ProverType, setupProver } from './prover_setup';
import { DeploymentMode } from './contract';
// import { DeploymentMode } from './contract';
import { announced } from './utils';

const title = chalk.blueBright;
Expand Down
3 changes: 1 addition & 2 deletions infrastructure/zk/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ type InitSetupOptions = {
const initSetup = async ({
skipSubmodulesCheckout,
skipEnvSetup,
runObservability,
validiumMode
runObservability
}: InitSetupOptions): Promise<void> => {
if (!skipSubmodulesCheckout) {
await announced('Checkout submodules', submoduleUpdate());
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/zk/src/reinit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Command } from 'commander';
import { up } from './up';
import { announced } from './utils';
import { initDevCmdAction, initHyperCmdAction } from './init';
import { DeploymentMode } from './contract';
// import { DeploymentMode } from './contract';

const reinitDevCmdAction = async (): Promise<void> => {
await announced('Setting up containers', up(false));
Expand Down

0 comments on commit 67ef103

Please sign in to comment.