fix: use the correct AliasUpdateURL

This commit is contained in:
2025-07-01 00:31:35 +03:00
parent 57ee409f96
commit 50ee455e70

View File

@@ -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)