Skip to content

Commit

Permalink
Merge pull request #177 from jhkimqd/main
Browse files Browse the repository at this point in the history
fix: config for sequencer uri on permissionless node
  • Loading branch information
jhkimqd authored Jul 9, 2024
2 parents 2effe11 + 59edf10 commit ff901ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/permissionless-node/node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ WriteTimeout = "60s"
BatchRequestsEnabled = true
BatchRequestsLimit = 500
MaxRequestsPerIPAndSecond = 5000
SequencerNodeURI = "{{.sequencer_name}}{{.deployment_suffix}}:{{.zkevm_data_streamer_port}}"
SequencerNodeURI = ""
EnableL2SuggestedGasPricePolling = true
[RPC.WebSockets]
Enabled = true
Expand Down

0 comments on commit ff901ae

Please sign in to comment.