Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Dec 14, 2023
1 parent f62d3c6 commit 03e8706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/zk/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export async function init(initArgs: InitArgs = DEFAULT_ARGS) {
await announced('Building contracts', contract.build());

if (testTokens.deploy) {
await announced('Deploying localhost ERC20 tokens', run.deployERC20('dev', '', '', '', testTokens.args));
await announced('Deploying localhost ERC20 tokens', run.deployERC20('dev', '', '', '', testTokens.args));
}

if (nativeERC20) {
// TODO: Deploy and set native ERC20 token.
await announced('Setting up native L2 ERC20 token', run.deployERC20('new', 'lambdacoin', 'LBC', '18'));
// TODO: Deploy and set native ERC20 token.
await announced('Setting up native L2 ERC20 token', run.deployERC20('new', 'lambdacoin', 'LBC', '18'));
}
await announced('Deploying L1 verifier', contract.deployVerifier([]));
await announced('Reloading env', env.reload());
Expand Down

0 comments on commit 03e8706

Please sign in to comment.