File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,9 @@ optional arguments:
132132 False)
133133 --wasm-name WASM_NAME for rust projects, optionally specify the name of the wasm bytecode output file
134134 --wasm-suffix WASM_SUFFIX for rust projects, optionally specify the suffix of the wasm bytecode output file
135- --skip-eei-checks skip EEI compatibility checks (default: False)
136- --ignore-eei-checks ignore EEI compatibility errors (default: False)
135+ --eei-checks run EEI compatibility checks (default: False)
136+ --skip-eei-checks deprecated flag
137+ --ignore-eei-checks deprecated flag
137138
138139```
139140### Contract.Clean
@@ -430,8 +431,9 @@ optional arguments:
430431 output file
431432 --wasm-suffix WASM_SUFFIX for rust projects, optionally specify the suffix of the wasm bytecode
432433 output file
433- --skip-eei-checks skip EEI compatibility checks (default: False)
434- --ignore-eei-checks ignore EEI compatibility errors (default: False)
434+ --eei-checks run EEI compatibility checks (default: False)
435+ --skip-eei-checks deprecated flag
436+ --ignore-eei-checks deprecated flag
435437
436438```
437439## Group ** Transactions**
You can’t perform that action at this time.
0 commit comments