Skip to content

Commit

Permalink
Update environment.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon committed Mar 6, 2020
1 parent 21e6729 commit be0340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var (
// same as testnet for now. will be updated the day of the launch of production network
envProd = Environment{
RunningMode: RunningMain,
BcdbURL: "tcp://explorer.testnet.grid.tf:8901",
BcdbURL: "tcp://explorer.grid.tf:8901",
// ProvisionTimeout: 240,
// ProvisionInterval: 20,
}
Expand Down

0 comments on commit be0340f

Please sign in to comment.