NethermindEth / starknet-contract-verifier

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

Match class hash with/without leading 0 #33

Closed Bart-Do closed 3 months ago

Bart-Do commented 3 months ago

Ensure class hash without a leading 0(’s) is matched properly to an existing class hash with a leading 0.

image

cwkang1998 commented 3 months ago

Fixed in #37