switch to use ens api endpoint for the aliases requests
This commit is contained in:
parent
101afd5ebd
commit
20c8af582c
@ -14,6 +14,6 @@ import (
|
||||
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
|
||||
return &httpremote.HTTPAccountService{
|
||||
SS: storageService,
|
||||
UseApi: false,
|
||||
UseApi: true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user