From bc6bdf753d8a148fc51ba82f51e0a473654abf66 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Tue, 06 Sep 2022 10:05:44 +0000 Subject: [PATCH] add rename spec for acala-dev --- --- a/.docker/xcm-config/launch-config-xcm-unique-rococo.json +++ b/.docker/xcm-config/launch-config-xcm-unique-rococo.json @@ -103,6 +103,11 @@ "id": "2000", "chain": "acala-dev", "balance": "1000000000000000000000", + "chainInitializer": [ + "chainql", + "-e", + "(import '${spec}') {id+: '-local'}" + ], "nodes": [ { "wsPort": 9946, -- gitstuff