fix: use the correct AliasUpdateURL
This commit is contained in:
parent
57ee409f96
commit
50ee455e70
@ -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) {
|
func updateEnsAlias(ctx context.Context, publicKey string, name string) (*models.AliasEnsResult, error) {
|
||||||
var r models.AliasEnsResult
|
var r models.AliasEnsResult
|
||||||
|
|
||||||
endpoint := config.AliasRegistrationURL
|
endpoint := config.AliasUpdateURL
|
||||||
|
|
||||||
logg.InfoCtxf(ctx, "updating alias", "endpoint", endpoint, "name", name)
|
logg.InfoCtxf(ctx, "updating alias", "endpoint", endpoint, "name", name)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user