NethermindEth / starknet-contract-verifier

CLI to verify your starknet contracts classes on block explorers!
18 stars 7 forks source link

IMPORT NOT RESOLVED for argent 2.6.3 compiler #43

Closed shashankshampi closed 2 weeks ago

shashankshampi commented 2 months ago
  1. checkout starknet-contract-verifier branch release/2.6.3
  2. checkout latest argent main branch.
  3. Run command to verify agrent contract cargo run --bin starknet-contract-verifier

Below is the compilation error Error.log

liam-nethermind commented 1 month ago

@cwkang1998 Confirmed the issue on my local. I believe the root cause is related to the super import issue you're working on. Can you double check it? https://github.com/argentlabs/argent-contracts-starknet/blob/1352198956f36fb35fa544c4e46a3507a3ec20e3/src/recovery/threshold_recovery.cairo#L33 cc. @Bart-Do