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 2fe2b41 commit ee1253bCopy full SHA for ee1253b
config/config_dev.go
@@ -6,5 +6,5 @@ const (
6
GRPCHost = "grpc.devnet.gitopia.com:9090"
7
GitServerHost = "https://server.devnet.gitopia.com"
8
TmAddr = "https://rpc.devnet.gitopia.com:443"
9
- GasPrices = "0.001utlore"
+ GasPrices = "0.001ulore"
10
)
config/config_prod.go
GRPCHost = "grpc.gitopia.com:9090"
GitServerHost = "https://server.gitopia.com"
TmAddr = "https://rpc.gitopia.com:443"
config/config_testing.go
GRPCHost = "localhost:9090"
GitServerHost = "http://localhost:5001"
TmAddr = "http://localhost:26657"
0 commit comments