@@ -198,8 +198,6 @@ impl snowbridge_pallet_outbound_queue_v2::Config for Runtime {
198
198
type Helper = Runtime ;
199
199
}
200
200
201
- <<<<<<< HEAD
202
- =======
203
201
#[ cfg( not( any( feature = "std" , feature = "fast-runtime" , feature = "runtime-benchmarks" , test) ) ) ]
204
202
parameter_types ! {
205
203
pub const ChainForkVersions : ForkVersions = ForkVersions {
@@ -234,7 +232,6 @@ parameter_types! {
234
232
} ;
235
233
}
236
234
237
- >>>>>>> c223162 ( Snowbridge - Adds Fulu hardfork ( #9938 ) )
238
235
#[ cfg( any( feature = "std" , feature = "fast-runtime" , feature = "runtime-benchmarks" , test) ) ]
239
236
parameter_types ! {
240
237
pub const ChainForkVersions : ForkVersions = ForkVersions {
@@ -269,36 +266,6 @@ parameter_types! {
269
266
} ;
270
267
}
271
268
272
- #[ cfg( not( any( feature = "std" , feature = "fast-runtime" , feature = "runtime-benchmarks" , test) ) ) ]
273
- parameter_types! {
274
- pub const ChainForkVersions : ForkVersions = ForkVersions {
275
- genesis: Fork {
276
- version: hex!( "90000069" ) ,
277
- epoch: 0 ,
278
- } ,
279
- altair: Fork {
280
- version: hex!( "90000070" ) ,
281
- epoch: 50 ,
282
- } ,
283
- bellatrix: Fork {
284
- version: hex!( "90000071" ) ,
285
- epoch: 100 ,
286
- } ,
287
- capella: Fork {
288
- version: hex!( "90000072" ) ,
289
- epoch: 56832 ,
290
- } ,
291
- deneb: Fork {
292
- version: hex!( "90000073" ) ,
293
- epoch: 132608 ,
294
- } ,
295
- electra: Fork {
296
- version: hex!( "90000074" ) ,
297
- epoch: 222464 , // https://github.com/ethereum/EIPs/pull/9322/files
298
- } ,
299
- } ;
300
- }
301
-
302
269
impl snowbridge_pallet_ethereum_client:: Config for Runtime {
303
270
type RuntimeEvent = RuntimeEvent ;
304
271
type ForkVersions = ChainForkVersions ;
0 commit comments