Skip to content

Commit 083e677

Browse files
committed
fix(codegen): add whitelist option
1 parent e958722 commit 083e677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/codegen.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ Arguments:
1818
Options:
1919
--config <filename> Source for the config file
2020
-f, --file <filename> Source from metadata encoded file
21-
-w, --wsUrl <URL> Source from websocket URL
21+
-w, --wsUrl <URL> Source from websocket url
2222
-c, --chainSpec <filename> Source from chain spec file
2323
-n, --name <name> Source from a well-known chain (choices: "ksmcc3", "paseo",
2424
"polkadot", "polkadot_collectives", "rococo_v2_2", "westend2", [...]")
2525
--wasm <filename> Source from runtime wasm file
2626
--no-persist Do not persist the metadata as a file
2727
--skip-codegen Skip running codegen after adding
28+
--whitelist <filename> Use whitelist file to reduce descriptor size
2829
-h, --help display help for command
2930
```
3031

0 commit comments

Comments
 (0)