We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23f713 commit bc70870Copy full SHA for bc70870
packages/core/zama/src/erc20.ts
@@ -58,9 +58,9 @@ export function buildERC20(opts: ERC20Options): ContractBuilder {
58
59
addBase(c, allOpts.name, allOpts.symbol);
60
61
- // if (allOpts.premint) {
62
- // addPremint(c, allOpts.premint);
63
- // }
+ if (allOpts.premint) {
+ addPremint(c, allOpts.premint);
+ }
64
65
// if (allOpts.mintable) {
66
// addMintable(c);
0 commit comments