Skip to content

Commit bc70870

Browse files
committed
Enable premint code
1 parent b23f713 commit bc70870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/zama/src/erc20.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export function buildERC20(opts: ERC20Options): ContractBuilder {
5858

5959
addBase(c, allOpts.name, allOpts.symbol);
6060

61-
// if (allOpts.premint) {
62-
// addPremint(c, allOpts.premint);
63-
// }
61+
if (allOpts.premint) {
62+
addPremint(c, allOpts.premint);
63+
}
6464

6565
// if (allOpts.mintable) {
6666
// addMintable(c);

0 commit comments

Comments
 (0)