Skip to content

Commit 2aa0944

Browse files
Fix conflict (#9956)
@acatangiu please review :)
1 parent 62e8850 commit 2aa0944

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/bridge_to_ethereum_config.rs

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ impl snowbridge_pallet_outbound_queue_v2::Config for Runtime {
198198
type Helper = Runtime;
199199
}
200200

201-
<<<<<<< HEAD
202-
=======
203201
#[cfg(not(any(feature = "std", feature = "fast-runtime", feature = "runtime-benchmarks", test)))]
204202
parameter_types! {
205203
pub const ChainForkVersions: ForkVersions = ForkVersions {
@@ -234,7 +232,6 @@ parameter_types! {
234232
};
235233
}
236234

237-
>>>>>>> c223162 (Snowbridge - Adds Fulu hardfork (#9938))
238235
#[cfg(any(feature = "std", feature = "fast-runtime", feature = "runtime-benchmarks", test))]
239236
parameter_types! {
240237
pub const ChainForkVersions: ForkVersions = ForkVersions {
@@ -269,36 +266,6 @@ parameter_types! {
269266
};
270267
}
271268

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-
302269
impl snowbridge_pallet_ethereum_client::Config for Runtime {
303270
type RuntimeEvent = RuntimeEvent;
304271
type ForkVersions = ChainForkVersions;

0 commit comments

Comments
 (0)