Skip to content

Commit

Permalink
fix: add ctor params
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 6, 2024
1 parent b397405 commit f5e7553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/cli/src/cmds/devnet/bootstrap_network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ async function deployERC20({ walletClient, publicClient }: L1Clients) {
publicClient,
erc20.contractAbi,
erc20.contractBytecode,
['DevCoin', 'DEV', walletClient.account.address],
);
const { address: portalAddress } = await deployL1Contract(
walletClient,
Expand Down

0 comments on commit f5e7553

Please sign in to comment.