Skip to content

Commit

Permalink
Update tools/obscuroscan/main/cli.go
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview authored Oct 4, 2023
1 parent ad95f81 commit adc24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/obscuroscan/main/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type obscuroscanConfig struct {
func defaultObscuroClientConfig() obscuroscanConfig {
return obscuroscanConfig{
nodeID: "",
rpcServerAddr: "http://erpc.uat-testnet.obscu.ro:80",
rpcServerAddr: "http://erpc.sepolia-testnet.obscu.ro:80",
address: "127.0.0.1:3000/v1",
logPath: "obscuroscan_logs.txt",
}
Expand Down

0 comments on commit adc24d5

Please sign in to comment.