Skip to content

Commit 87815a6

Browse files
committed
Add chain configuration for London
1 parent f08cf6d commit 87815a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eth/tools/fixtures/helpers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ def chain_vm_configuration(fixture: Dict[str, Any]) -> Iterable[Tuple[int, Type[
133133
return (
134134
(0, BerlinVM),
135135
)
136+
elif network == 'London':
137+
return (
138+
(0, LondonVM),
139+
)
136140
elif network == 'FrontierToHomesteadAt5':
137141
HomesteadVM = BaseHomesteadVM.configure(support_dao_fork=False)
138142
return (

0 commit comments

Comments
 (0)