git.delta.rocks / unique-network / refs/commits / 7bd33ea3127f

difftreelog

ci allow both rpc and ws on parachain nodes

Yaroslav Bolyukin2021-10-26parent: #46f8534.patch.diff
in: master
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
(cherry picked from commit a8ad5e0e175095ef80bab307aa9b4a7755ca97bf)

1 file changed

modifiedlaunch-config.jsondiffbeforeafterboth
67 "flags": [67 "flags": [
68 "--rpc-cors=all",68 "--rpc-cors=all",
69 "--rpc-port=9933", "--unsafe-ws-external"69 "--rpc-port=9933",
70 "--unsafe-rpc-external",
71 "--unsafe-ws-external"
70 ]72 ]
71 },73 },
77 "flags": [79 "flags": [
78 "--rpc-cors=all",80 "--rpc-cors=all",
79 "--rpc-port=9934", "--unsafe-rpc-external"81 "--rpc-port=9934",
82 "--unsafe-rpc-external",
83 "--unsafe-ws-external"
80 ]84 ]
81 }85 }
82 ]86 ]