Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Can't create subaccount with known seed phrase #1096

Closed
mikedotexe opened this issue Feb 15, 2024 · 4 comments
Closed

Can't create subaccount with known seed phrase #1096

mikedotexe opened this issue Feb 15, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@mikedotexe
Copy link
Contributor

Describe the bug
I'd like to make wc.mike.near because I need to test WalletConnect on a few mobile apps and don't want to give my seed phrase for mike.near. I have downloaded NEAR Mobile, and it's asking me for a seed phrase.

To Reproduce
Try creating a subaccount with a seed phrase you've chosen

Expected behavior
We used to be able to specify the seed phrase for a new subaccount using NEAR CLI

@mikedotexe mikedotexe added the bug Something isn't working label Feb 15, 2024
@mikedotexe mikedotexe changed the title Create account with known seed phrase Can't create subaccount with known seed phrase Feb 15, 2024
@VlodkoMr
Copy link

The same issue with near-cli call. Example:

 ACCOUNT_ID=test-dao.near
 CONTRACT=v1.test-dao.near
 NEAR_ENV=mainnet near create-account "$CONTRACT" --masterAccount "$ACCOUNT_ID" --initialBalance 5

Account test-dao.near exists on mainnet and funded, also loginned in cli.

But I get error:
TypedError: Can't complete the action because account v1.test-dao.near doesn't exist

@gagdiez
Copy link
Contributor

gagdiez commented Feb 29, 2024

@VlodkoMr

NEAR_ENV=mainnet yarn start create-account "$contract" --useAccount "$account_id" --initialBalance 0.2 worked perfectly for me on MacOS, which environment are you using?

@gagdiez
Copy link
Contributor

gagdiez commented Feb 29, 2024

@mikedotexe this is back in version 4.0.8

@gagdiez
Copy link
Contributor

gagdiez commented Mar 4, 2024

@VlodkoMr your error was also reported in #1106 and fixed by #1108

@gagdiez gagdiez closed this as completed Mar 7, 2024
@gagdiez gagdiez self-assigned this Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants