Skip to content

Commit

Permalink
chg: DefaultBorGRPCUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 14, 2024
1 parent ebeeb9e commit f2455ef
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 f2455ef

Please sign in to comment.