From d1e86e8165d57aec9fc4d8b42573078c830535c3 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 05 Jun 2023 19:57:52 +0000 Subject: [PATCH] ci: fix collatorSelection requirement --- --- a/.docker/forkless-config/fork.jsonnet +++ b/.docker/forkless-config/fork.jsonnet @@ -14,9 +14,10 @@ auraKeys = [ sourceChain.AuraExt._key.Authorities, sourceChain.Aura._key.Authorities, +] + (if 'CollatorSelection' in sourceChain then [ sourceChain.CollatorSelection._key.Candidates, sourceChain.CollatorSelection._key.Invulnerables, -], +] else []), // Keys, which should be migrated from passed spec, rather than from forked chain wantedKeys = [ -- gitstuff