From 57be577de9b1bd54550022c18a39a11569e1591e Mon Sep 17 00:00:00 2001 From: akNFT Date: Mon, 06 Sep 2021 08:30:44 +0000 Subject: [PATCH] added -unsafe ws flag --- --- a/launch-config.json +++ b/launch-config.json @@ -67,7 +67,7 @@ "flags": [ "--rpc-cors=all", "--rpc-port=9933", - "--ws-external", + "--unsafe-ws-external", "--rpc-external" ] }, @@ -80,6 +80,7 @@ "--rpc-cors=all", "--rpc-port=9934", "--ws-external", + "--unsafe-ws-external", "--rpc-external" ] } -- gitstuff