You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lilico API is used to create accounts in the Flow CLI. However, there are two issues here:
Lilico api does not seem to support previewnet.
CLI doesn't call a different API endpoint for previewnet (currently, there's only an if statement for testnet - so previewnet behaviour defaults to the same as mainnet)
This feature was missed when making the changes needed to support previewnet.
The text was updated successfully, but these errors were encountered:
The Lilico API is used to create accounts in the Flow CLI. However, there are two issues here:
if
statement for testnet - so previewnet behaviour defaults to the same as mainnet)This feature was missed when making the changes needed to support previewnet.
The text was updated successfully, but these errors were encountered: