Skip to content

Commit 1b0ac2b

Browse files
authored
[ETCM-1028] fix retesteth config after version upgrade to v0.1.1-eip1559 (#1068)
* update ETS config files following retesteth upgrade * [ETCM-1028] remove berlin from the list of supported forks
1 parent 0632b10 commit 1b0ac2b

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

ets/config/mantis/config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"Byzantium",
1414
"Constantinople",
1515
"ConstantinopleFix",
16-
"Istanbul"
16+
"Istanbul",
17+
"London"
1718
],
1819
"additionalForks" : [
1920
"FrontierToHomesteadAt5",
@@ -23,4 +24,4 @@
2324
"ByzantiumToConstantinopleFixAt5"
2425
],
2526
"exceptions" : {}
26-
}
27+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"params" : {
3+
"homesteadForkBlock" : "0x00",
4+
"EIP150ForkBlock" : "0x00",
5+
"EIP158ForkBlock" : "0x00",
6+
"byzantiumForkBlock" : "0x00",
7+
"constantinopleForkBlock" : "0x00",
8+
"constantinopleFixForkBlock" : "0x00",
9+
"berlinForkBlock" : "0x00",
10+
"londonForkBlock" : "0x05"
11+
},
12+
"accounts" : {
13+
}
14+
}

ets/config/mantis/genesis/London.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"params" : {
3+
"homesteadForkBlock" : "0x00",
4+
"EIP150ForkBlock" : "0x00",
5+
"EIP158ForkBlock" : "0x00",
6+
"byzantiumForkBlock" : "0x00",
7+
"constantinopleForkBlock" : "0x00",
8+
"constantinopleFixForkBlock" : "0x00",
9+
"istanbulForkBlock" : "0x00",
10+
"berlinForkBlock" : "0x00",
11+
"londonForkBlock" : "0x00",
12+
"chainID" : "0x01"
13+
},
14+
"accounts" : {
15+
}
16+
}

ets/config/mantis/genesis/correctMiningReward.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"Constantinople": "2000000000000000000",
99
"ConstantinopleFix": "2000000000000000000",
1010
"Istanbul": "2000000000000000000",
11-
"Berlin" : "2000000000000000000"
11+
"Berlin" : "2000000000000000000",
12+
"London" : "2000000000000000000"
1213
}

0 commit comments

Comments
 (0)