This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
Declaring Cairo 1 Contract fail in forked mode #460
Labels
Difficulty: intermediate
mobilise some notions about the field, but can be learn
Duration: few days
will take a few days
Techno: python
Python
Type: bug
Something isn't working
Describe the bug (observed vs expected behavior)
Error will tring to do :
const declareResponse = await account.declare({ contract: compiledContract, casm: compiledSierraCasm, });
With devnet running in forking mode.
A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. However, prefer providing plain text.
Not reproducible on alpha-goerli
To Reproduce
Steps to reproduce the behavior:
starknet-devnet --fork-network alpha-goerli
.const declareResponse = await account.declare({ contract: compiledContract, casm: compiledSierraCasm, });
...
Devnet version
This code works if I am not running devnet in fork mode.
System specifications
The text was updated successfully, but these errors were encountered: