Closed lqueiroga closed 9 months ago
the error was happening because it is no longer possible to create top level accounts (TLA)
. dev-deploy
was creating accounts in the form dev-X-Y
, which were TLA
. With the latest protocol update (1.37
), only sub-accounts of a domain can be created (e.g. .testnet
, .mainnet
, .sweat
).
I have released a new version of near-cli
which allows to easily imitate the work of dev-deploy
, you just need to run:
near create-account <accountId> --useFaucet
near deploy <accountId> <wasmFile>
Nice thanks for the update
Describe the bug When running
near dev-deploy --wasmFile
I get the messageAccount undefined is not found in testnet
Dev account is not in testnet and when trying to delete near dev account I get this error:
Error: Can not sign transactions for account dev-1707339621480-58407081000882 on network testnet, no matching key pair found in InMemorySigner(MergeKeyStore(UnencryptedFileSystemKeyStore(/home/developer/.near-credentials), UnencryptedFileSystemKeyStore(/home/developer/WKS/platform/near/startup-registry-contract/neardev))).
To Reproduce Steps to reproduce the behavior:
near dev-deploy --wasmFile <wasm_file>
Terminal
Desktop (please complete the following information):