Skip to content

Commit

Permalink
chore: update proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 28, 2024
1 parent 0ab8f8d commit 5b98d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentinel/sentinel.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func loadProxies() map[string]*url.URL {
case "ltc-mainnet-fullnode":
proxies[serviceName] = common.MustParseURL("http://infra:password@litecoin-daemon:8332")
case "arkeo-mainnet-fullnode":
proxies[serviceName] = common.MustParseURL("http://localhost:1317")
proxies[serviceName] = common.MustParseURL("http://arkeo:1317")
case "eth-mainnet-fullnode":
proxies[serviceName] = common.MustParseURL("http://ethereum-daemon:8545")
case "gaia-mainnet-grpc":
Expand Down

0 comments on commit 5b98d96

Please sign in to comment.