We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c7435 commit bb5fd4cCopy full SHA for bb5fd4c
config/config_dev.go
@@ -3,8 +3,8 @@
3
package config
4
5
const (
6
- GRPCHost = "grpc.gitopia.dev:9090"
7
- GitServerHost = "https://server.gitopia.dev"
8
- TmAddr = "http://rpc.gitopia.dev:26657"
+ GRPCHost = "grpc.devnet.gitopia.com:9090"
+ GitServerHost = "https://server.devnet.gitopia.com"
+ TmAddr = "https://rpc.devnet.gitopia.com:443"
9
GasPrices = "0.001utlore"
10
)
0 commit comments