Skip to content

Commit 3d463fe

Browse files
committed
fix(efp): change api endpoint domain
1 parent 3b3c0f8 commit 3d463fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/wallet/thirdparty/efp/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/status-im/status-go/services/wallet/thirdparty"
1212
)
1313

14-
const baseURL = "https://api.ethfollow.xyz/api/v1"
14+
const baseURL = "https://data.ethfollow.xyz/api/v1"
1515

1616
// ENSData represents ENS information from the EFP API
1717
type ENSData struct {

0 commit comments

Comments
 (0)