From 956dd24d04006370c4ce6b8f315b58d10a514bb5 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Tue, 26 May 2026 14:24:18 -0700 Subject: [PATCH] Update account creation API URL --- internal/accounts/create-interactive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {