diff --git a/internal/accounts/create-interactive.go b/internal/accounts/create-interactive.go index cdf76a416..1a7d673c1 100644 --- a/internal/accounts/create-interactive.go +++ b/internal/accounts/create-interactive.go @@ -259,7 +259,7 @@ func (l *lilicoAccount) create(network string) (flowsdk.Identifier, error) { request, err := http.NewRequest( http.MethodPost, - fmt.Sprintf("https://openapi.lilico.app/v1/address%s", apiNetwork), + fmt.Sprintf("https://openapi.wallet.flow.com/v1/address%s", apiNetwork), bytes.NewReader(data), ) if err != nil {