Skip to content

Commit

Permalink
remove berlin support
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 8, 2024
1 parent 13c1a1a commit e775672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/evm/opcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# 3. Per VIP-3365, we support mainnet fork choice rules up to 1 year old
# (and may optionally have forward support for experimental/unreleased
# fork choice rules)
_evm_versions = ("berlin", "london", "paris", "shanghai", "cancun")
_evm_versions = ("london", "paris", "shanghai", "cancun")
EVM_VERSIONS: dict[str, int] = dict((v, i) for i, v in enumerate(_evm_versions))


Expand Down

0 comments on commit e775672

Please sign in to comment.