File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
action/protocol/execution/evm Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ func TestConstantinople(t *testing.T) {
260
260
},
261
261
{
262
262
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
263
- 41174200 ,
263
+ 33730920 ,
264
264
},
265
265
// after Vanuatu
266
266
{
267
267
action .EmptyAddress ,
268
- 41174201 ,
268
+ 33730921 ,
269
269
},
270
270
{
271
271
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func defaultConfig() Genesis {
78
78
SumatraBlockHeight : 28516681 ,
79
79
TsunamiBlockHeight : 29275561 ,
80
80
UpernavikBlockHeight : 31174201 ,
81
- VanuatuBlockHeight : 41174201 ,
81
+ VanuatuBlockHeight : 33730921 ,
82
82
ToBeEnabledBlockHeight : math .MaxUint64 ,
83
83
},
84
84
Account : Account {
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ func TestNewHeightChange(t *testing.T) {
65
65
require .True (cfg .IsTsunami (uint64 (29275561 )))
66
66
require .False (cfg .IsUpernavik (uint64 (31174200 )))
67
67
require .True (cfg .IsUpernavik (uint64 (31174201 )))
68
- require .False (cfg .IsVanuatu (uint64 (41174200 )))
69
- require .True (cfg .IsVanuatu (uint64 (41174201 )))
68
+ require .False (cfg .IsVanuatu (uint64 (33730920 )))
69
+ require .True (cfg .IsVanuatu (uint64 (33730921 )))
70
70
71
71
require .Equal (cfg .PacificBlockHeight , uint64 (432001 ))
72
72
require .Equal (cfg .AleutianBlockHeight , uint64 (864001 ))
@@ -92,5 +92,5 @@ func TestNewHeightChange(t *testing.T) {
92
92
require .Equal (cfg .SumatraBlockHeight , uint64 (28516681 ))
93
93
require .Equal (cfg .TsunamiBlockHeight , uint64 (29275561 ))
94
94
require .Equal (cfg .UpernavikBlockHeight , uint64 (31174201 ))
95
- require .Equal (cfg .VanuatuBlockHeight , uint64 (41174201 ))
95
+ require .Equal (cfg .VanuatuBlockHeight , uint64 (33730921 ))
96
96
}
You can’t perform that action at this time.
0 commit comments