Skip to content

Commit

Permalink
Merge pull request #1205 from maticnetwork/mardizzone/def_bor_grpc_url
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 authored Nov 14, 2024
2 parents ebeeb9e + f2455ef commit 9f9a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const (
// RPC Endpoints
DefaultMainRPCUrl = "http://localhost:9545"
DefaultBorRPCUrl = "http://localhost:8545"
DefaultBorGRPCUrl = "http://localhost:3131"
DefaultBorGRPCUrl = "localhost:3131"

// RPC Timeouts
DefaultEthRPCTimeout = 5 * time.Second
Expand Down

0 comments on commit 9f9a1b4

Please sign in to comment.