forked from ronin-chain/execution-spec-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheels_resolutions.json
41 lines (41 loc) · 891 Bytes
/
eels_resolutions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"EELSMaster": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "master",
"commit": "9b95554a88d2a8485f8180254d0f6a493a593fda"
},
"Frontier": {
"same_as": "EELSMaster"
},
"Homestead": {
"same_as": "EELSMaster"
},
"Byzantium": {
"same_as": "EELSMaster"
},
"ConstantinopleFix": {
"same_as": "EELSMaster"
},
"Istanbul": {
"same_as": "EELSMaster"
},
"Berlin": {
"same_as": "EELSMaster"
},
"London": {
"same_as": "EELSMaster"
},
"Merge": {
"same_as": "EELSMaster"
},
"Shanghai": {
"same_as": "EELSMaster"
},
"Cancun": {
"same_as": "EELSMaster"
},
"Prague": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "devnets/prague/5"
}
}