Skip to content

Commit

Permalink
chore[docs]: remove experimental note for cancun (#4183)
Browse files Browse the repository at this point in the history
remove the "experimental" note in CLI help for `--evm-version` as the
respective code was properly audited
  • Loading branch information
cyberthirst authored Jul 26, 2024
1 parent 6a8d415 commit 07e2657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def _parse_args(argv):
)
parser.add_argument(
"--evm-version",
help=f"Select desired EVM version (default {evm.DEFAULT_EVM_VERSION}). "
"note: cancun support is EXPERIMENTAL",
help=f"Select desired EVM version (default {evm.DEFAULT_EVM_VERSION})",
choices=list(evm.EVM_VERSIONS),
dest="evm_version",
)
Expand Down

0 comments on commit 07e2657

Please # to comment.