difftreelog
fix tests for karura on xcm workflow
in: master
2 files changed
.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,
.docker/xcm-config/launch-config-xcm-quartz.jsondiffbeforeafterboth102 "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,