We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was following the starknet documentation.
I get the following error while simulation or deploying my account.
Link in the documentation.
Other Info:
starknet version: 0.11.1.1
0.11.1.1
obtained from starknet --version
starknet --version
The text was updated successfully, but these errors were encountered:
I digged deep and this from where the error seems to occur from: ->
cairo-lang/src/starkware/starknet/wallets/open_zeppelin.py
Line 191 in 00ee901
The contract_address isn't equal to actual_address, which leads into an assertion error.
contract_address
actual_address
Sorry, something went wrong.
Hi @bajpai244 , can you try "starkli account deploy" command to deploy your own account.json? Firstly, you can install starkli environment.
No branches or pull requests
I was following the starknet documentation.
I get the following error while simulation or deploying my account.
Link in the documentation.
Other Info:
starknet version:
0.11.1.1
obtained from
starknet --version
The text was updated successfully, but these errors were encountered: