Skip to content

Commit 70d86ce

Browse files
committed
chore: update verkle config branch.
1 parent 6d366b5 commit 70d86ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/configs/evm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ pectra-devnet-3:
2222
verkle:
2323
impl: geth
2424
repo: gballet/go-ethereum
25-
ref: jsign-t8n-verkle-genesis-rebased
25+
ref: kaustinen-with-shapella
2626
evm-bin: evm

src/ethereum_test_forks/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Helper methods to resolve forks during test filling
33
"""
44

5-
from typing import List, Optional
5+
from typing import List, Optional, Set
66

77
from semver import Version
88

0 commit comments

Comments
 (0)