Skip to content

Commit

Permalink
fix: Enable Remote Connections by Exposing RollApp's JSON RPC Endpoin…
Browse files Browse the repository at this point in the history
…t on 0.0.0.0 (#275)
  • Loading branch information
ItayLevyOfficial authored Jul 16, 2023
1 parent fc033e0 commit 640d0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sequencer/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func GetStartRollappCmd(rollappConfig config.RollappConfig, lightNodeEndpoint st
"--log-file", filepath.Join(rollappConfigDir, "rollapp.log"),
"--log_level", "debug",
"--max-log-size", "2000",
"--json-rpc.address", "0.0.0.0:8545",
}, dastrings...)...,
)
return cmd
Expand Down

0 comments on commit 640d0f0

Please sign in to comment.