From c529f4dda57f82a322b10aee5dda077cf7eba8ae Mon Sep 17 00:00:00 2001 From: claravanstaden Date: Sun, 21 Jan 2024 21:29:44 +0200 Subject: [PATCH] fix lodestar setup in nix, update fixtures with deneb fork --- .../runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index bf413c868c00..431a84ab37cf 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -637,7 +637,7 @@ parameter_types! { }, deneb: Fork { version: [144, 0, 0, 115], // 0x90000073 - epoch: 4294967295, + epoch: 132608, }, }; }