You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2022. It is now read-only.
The value which is shown as
Code Hashis not actually the code hash, but instead the contract's Wasm bytecode.This is what the UI shows:

This is how the contract bundle looks:
So using
source.hashinstead ofsource.wasmwould be the fix.(Note: In an ideal world the Canvas UI would compute the hash
source.wasmby itself and asserthash(source.wasm) == source.hash.)