Skip to content

Commit 2813b70

Browse files
authored
fix(fill,fw,ci): use t8n fork name in eels resolutions keys (#1088)
1 parent 06abe36 commit 2813b70

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/configs/eels_resolutions.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"EELSMaster": {
3-
"git_url": "https://github.com/ethereum/execution-specs.git",
4-
"branch": "master"
5-
},
62
"Frontier": {
73
"path": "../../execution-specs/src/ethereum/frontier"
84
},
@@ -24,7 +20,7 @@
2420
"London": {
2521
"path": "../../execution-specs/src/ethereum/london"
2622
},
27-
"Paris": {
23+
"Merge": {
2824
"path": "../../execution-specs/src/ethereum/paris"
2925
},
3026
"Shanghai": {

eels_resolutions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"London": {
2626
"same_as": "EELSMaster"
2727
},
28-
"Paris": {
28+
"Merge": {
2929
"same_as": "EELSMaster"
3030
},
3131
"Shanghai": {

0 commit comments

Comments
 (0)