Skip to content

Commit bb5fd4c

Browse files
committed
devnet config
1 parent 18c7435 commit bb5fd4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config_dev.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package config
44

55
const (
6-
GRPCHost = "grpc.gitopia.dev:9090"
7-
GitServerHost = "https://server.gitopia.dev"
8-
TmAddr = "http://rpc.gitopia.dev:26657"
6+
GRPCHost = "grpc.devnet.gitopia.com:9090"
7+
GitServerHost = "https://server.devnet.gitopia.com"
8+
TmAddr = "https://rpc.devnet.gitopia.com:443"
99
GasPrices = "0.001utlore"
1010
)

0 commit comments

Comments
 (0)