Skip to content

Commit 7cbf9fb

Browse files
authored
chore(ci): update evm configs (#1212)
* chore(ci): update evm configs. * chore(ci): keep eip version check.
1 parent ad94734 commit 7cbf9fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/configs/evm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ stable:
33
repo: null
44
ref: null
55
develop:
6-
impl: geth
7-
repo: lightclient/go-ethereum
8-
ref: prague-devnet-1
6+
impl: eels
7+
repo: null
8+
ref: null
99
eip7692:
1010
impl: evmone
1111
repo: ethereum/evmone

.github/configs/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ eip7692:
1414
eofwrap: true
1515
pectra-devnet-6:
1616
evm-type: pectra-devnet-6
17-
fill-params: --until=Prague -m "not eip_version_check"
17+
fill-params: --until=Prague
1818
solc: 0.8.21

tests/cancun/eip4844_blobs/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ReferenceSpec:
1717
version: str
1818

1919

20-
ref_spec_4844 = ReferenceSpec("EIPS/eip-4844.md", "f0eb6a364aaf5ccb43516fa2c269a54fb881ecfd")
20+
ref_spec_4844 = ReferenceSpec("EIPS/eip-4844.md", "de2e4a46ad93fc04e6fe3174dc6e90a3307bdb5f")
2121

2222

2323
# Constants

0 commit comments

Comments
 (0)