Skip to content

Commit

Permalink
fix bootnode def, not use ws-external (#1003)
Browse files Browse the repository at this point in the history
* fix bootnode def, not use ws-external

* fmt
  • Loading branch information
pepoviola authored May 3, 2023
1 parent 181bddf commit 50e3203
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions javascript/packages/orchestrator/src/configGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,7 @@ export async function generateBootnodeSpec(
chain: config.relaychain.chain,
validator: false,
invulnerable: false,
args: [
"--ws-external",
"--rpc-external",
"--listen-addr",
"/ip4/0.0.0.0/tcp/30333/ws",
],
args: ["--rpc-external", "--listen-addr", "/ip4/0.0.0.0/tcp/30333/ws"],
env: [],
bootnodes: [],
telemetryUrl: "",
Expand Down

0 comments on commit 50e3203

Please sign in to comment.