Skip to content

Commit

Permalink
update py-evm to cancun enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 15, 2024
1 parent 3750524 commit aea38bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boa/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,5 +752,5 @@ def time_travel(
def _make_chain():
# TODO should we use MiningChain? is there a perf difference?
# TODO debug why `fork_at()` cannot accept 0 as block num
_Chain = chain.build(MainnetChain, chain.latest_mainnet_at(1))
_Chain = chain.build(MainnetChain, chain.latest_mainnet_at(2))
return _Chain.from_genesis(AtomicDB(), GENESIS_PARAMS)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"vyper >= 0.3.10",
"eth-stdlib>=0.2.7,<0.3.0",
"eth-abi",
"py-evm>=0.7.0a4",
"py-evm>=0.10.0b1",
"eth-typing",
"hypothesis",
"pytest",
Expand Down

0 comments on commit aea38bd

Please sign in to comment.