-
EnvironmentMainnet Acknowledgement
Issue DescriptionI have an account(0x26b99F99aEF1230f9F691a3677d711639e70443B) which has already conducted some transactions in zksync through metamask. However, when I try to setSigningKey for the account by code, it prompted “Error: Failed to ChangePubKey authorized by ECDSA.: Account does not exist in the zkSync network”. Expected BehaviorI can set signing keys for the account through ChangePubKey successfully. Code Example
Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
It sounds like you are using zkSync Lite if you are getting the
ChangePubKey
error https://docs.zksync.io/api/sdk/js/accounts/#sign-zksync-changepubkey.Are you trying to build on zkSync Lite or zkSync Era? Also which docs are you using to help you?