Skip to content

Commit 65f4ea6

Browse files
authored
chore(ci|fill): bump eels for bpo1/2 param changes (#2270)
* chore(ci): bump eels for bpo1/2 param changes. * chore: use eels upstream.
1 parent 8115621 commit 65f4ea6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/configs/eels_resolutions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"path": "$GITHUB_WORKSPACE/execution-specs/"
3434
},
3535
"Osaka": {
36-
"git_url": "https://github.com/marioevz/execution-specs.git",
37-
"branch": "forks/bpo1",
38-
"commit": "3387e5f4aedfe99becfdc39b444d6371e25e0924"
36+
"git_url": "https://github.com/ethereum/execution-specs.git",
37+
"branch": "forks/bpos",
38+
"commit": "7aacb2c54111391af5e98c505d5010b5698a770f"
3939
},
4040
"BPO1": {
4141
"same_as": "Osaka"

src/pytest_plugins/eels_resolutions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"EELSMaster": {
3-
"git_url": "https://github.com/marioevz/execution-specs.git",
4-
"branch": "forks/bpo1",
5-
"commit": "3387e5f4aedfe99becfdc39b444d6371e25e0924"
3+
"git_url": "https://github.com/ethereum/execution-specs.git",
4+
"branch": "forks/bpos",
5+
"commit": "7aacb2c54111391af5e98c505d5010b5698a770f"
66
},
77
"Frontier": {
88
"same_as": "EELSMaster"

0 commit comments

Comments
 (0)