switch to use ens api endpoint for the aliases requests

This commit is contained in:
Carlosokumu 2025-02-28 17:29:18 +03:00
parent 101afd5ebd
commit 20c8af582c
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -14,6 +14,6 @@ import (
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
return &httpremote.HTTPAccountService{
SS: storageService,
UseApi: false,
UseApi: true,
}
}