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
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,