Skip to content

Commit

Permalink
make json-rpc public by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 15, 2024
1 parent edf9bc1 commit ecca3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// DefaultBlockRangeCap is the default max block range allowed for `eth_getLogs` query.
DefaultBlockRangeCap = 100
// DefaultAddress defines the default HTTP server to listen on.
DefaultAddress = "127.0.0.1:8545"
DefaultAddress = "0.0.0.0:8545"
// DefaultFilterCap
DefaultFilterCap int32 = 200
)
Expand Down

0 comments on commit ecca3c5

Please sign in to comment.