Skip to content

Commit 06e96fc

Browse files
authored
Merge pull request #5 from threefoldtech/add-qa4-registrar-url-to-env
add qanet registrar url
2 parents 813f9ea + b59f92b commit 06e96fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/environment/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ var (
175175
"https://graphql.02.qa.grid.tf/graphql",
176176
},
177177
KycURL: "https://kyc.qa.grid.tf",
178-
RegistrarURL: "",
178+
RegistrarURL: "https://registrar.qa4.grid.tf",
179179
}
180180

181181
envProd = Environment{

0 commit comments

Comments
 (0)