File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 4747 "cancun" ,
4848 "prague" ,
4949 "osaka" ,
50- "amsterdam" ,
5150 }
5251)
5352
@@ -110,8 +109,6 @@ func (cfg *generatorConfig) createChainConfig() *params.ChainConfig {
110109 case "osaka" :
111110 chaincfg .OsakaTime = & timestamp
112111 chaincfg .BlobScheduleConfig .Osaka = params .DefaultOsakaBlobConfig
113- case "amsterdam" :
114- chaincfg .AmsterdamTime = & timestamp
115112 default :
116113 panic (fmt .Sprintf ("unknown fork name %q" , fork ))
117114 }
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ func (g *generator) writeForkEnv() error {
4747 setTime ("HIVE_SHANGHAI_TIMESTAMP" , cfg .ShanghaiTime )
4848 setTime ("HIVE_CANCUN_TIMESTAMP" , cfg .CancunTime )
4949 setTime ("HIVE_PRAGUE_TIMESTAMP" , cfg .PragueTime )
50- setTime ("HIVE_OSAKA_TIMESTAMP" , cfg .OsakaTime )
51- setTime ("HIVE_AMSTERDAM_TIMESTAMP" , cfg .AmsterdamTime )
5250
5351 // blob schedule
5452 if cfg .BlobScheduleConfig != nil {
You can’t perform that action at this time.
0 commit comments