git.delta.rocks / unique-network / refs/commits / 2cf26e73094a

difftreelog

fix tests for karura on xcm workflow

Konstantin Astakhov2022-12-13parent: #c1ad6cb.patch.diff
in: master

2 files changed

modified.docker/xcm-config/launch-config-xcm-quartz-rococo.jsondiffbeforeafterboth
--- a/.docker/xcm-config/launch-config-xcm-quartz-rococo.json
+++ b/.docker/xcm-config/launch-config-xcm-quartz-rococo.json
@@ -101,6 +101,11 @@
             "id": "2000",
             "chain":  "karura-dev",
             "balance": "1000000000000000000000",
+            "chainInitializer": [
+                "chainql",
+                "-e",
+                "(import '${spec}') {id+: '-local'}"
+            ],            
             "nodes": [
                 {
                     "wsPort": 9946,
modified.docker/xcm-config/launch-config-xcm-quartz.jsondiffbeforeafterboth
102 "id": "2000",102 "id": "2000",
103 "chain": "karura-dev",103 "chain": "karura-dev",
104 "balance": "1000000000000000000000",104 "balance": "1000000000000000000000",
105 "chainInitializer": [
106 "chainql",
107 "-e",
108 "(import '${spec}') {id+: '-local'}"
109 ],
105 "nodes": [110 "nodes": [
106 {111 {
107 "wsPort": 9946,112 "wsPort": 9946,