git.delta.rocks / unique-network / refs/commits / 57be577de9b1

difftreelog

added -unsafe ws flag

akNFT2021-09-06parent: #49b1765.patch.diff
in: master

1 file changed

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