Commit 1419e58
fix: add missing constructor args for OZ example contracts
The `fungible_allowlist_example` constructor requires `--name` and
`--symbol`, and `nft_enumerable_example` requires `--uri`, `--name`,
and `--symbol`. Without these, contract client generation fails with
"Missing required argument" after successful compilation and deploy.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7c0d4a7 commit 1419e58
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments