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 Jan 17, 2022. It is now read-only.
To reproduce, create a project with the ink! ERC20 sample code and then run the following:
$ cargo install pwasm-utils --features cli
$ cargo contract build
$ wasm-check target/ink/erc20.wasm
All imports should be from env
Looking through the substrate codebase, I believe that it is the wasm-check tool which is incorrect, as the sealN modules (which are what are being used for the imports) should be correct.