Skip to content

Commit 8b1252c

Browse files
authored
Update account creation API URL (#2343)
1 parent 283fe3b commit 8b1252c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/accounts/create-interactive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func (l *lilicoAccount) create(network string) (flowsdk.Identifier, error) {
259259

260260
request, err := http.NewRequest(
261261
http.MethodPost,
262-
fmt.Sprintf("https://openapi.lilico.app/v1/address%s", apiNetwork),
262+
fmt.Sprintf("https://openapi.wallet.flow.com/v1/address%s", apiNetwork),
263263
bytes.NewReader(data),
264264
)
265265
if err != nil {

0 commit comments

Comments
 (0)