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