Open bajpai244 opened 1 year ago
I digged deep and this from where the error seems to occur from: -> https://github.com/starkware-libs/cairo-lang/blob/00ee90123c0bbaffe13dd05a79d2d57b0cb747be/src/starkware/starknet/wallets/open_zeppelin.py#L191
The contract_address
isn't equal to actual_address
, which leads into an assertion error.
Hi @bajpai244 , can you try "starkli account deploy" command to deploy your own account.json? Firstly, you can install starkli environment.
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