From 50ee455e7069b166ce16af383bc11c3e4a6564da Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Tue, 1 Jul 2025 00:31:35 +0300 Subject: [PATCH] fix: use the correct AliasUpdateURL --- remote/http/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/http/service.go b/remote/http/service.go index 59bf18a..d8d6d75 100644 --- a/remote/http/service.go +++ b/remote/http/service.go @@ -581,7 +581,7 @@ func (as *HTTPAccountService) UpdateAlias(ctx context.Context, publicKey string, func updateEnsAlias(ctx context.Context, publicKey string, name string) (*models.AliasEnsResult, error) { var r models.AliasEnsResult - endpoint := config.AliasRegistrationURL + endpoint := config.AliasUpdateURL logg.InfoCtxf(ctx, "updating alias", "endpoint", endpoint, "name", name)