Skip to content

Commit ee1253b

Browse files
committed
s/utlore/ulore
1 parent 2fe2b41 commit ee1253b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config_dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const (
66
GRPCHost = "grpc.devnet.gitopia.com:9090"
77
GitServerHost = "https://server.devnet.gitopia.com"
88
TmAddr = "https://rpc.devnet.gitopia.com:443"
9-
GasPrices = "0.001utlore"
9+
GasPrices = "0.001ulore"
1010
)

config/config_prod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const (
66
GRPCHost = "grpc.gitopia.com:9090"
77
GitServerHost = "https://server.gitopia.com"
88
TmAddr = "https://rpc.gitopia.com:443"
9-
GasPrices = "0.001utlore"
9+
GasPrices = "0.001ulore"
1010
)

config/config_testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const (
66
GRPCHost = "localhost:9090"
77
GitServerHost = "http://localhost:5001"
88
TmAddr = "http://localhost:26657"
9-
GasPrices = "0.001utlore"
9+
GasPrices = "0.001ulore"
1010
)

0 commit comments

Comments
 (0)