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
I've installed drink-cli and build command prints out warning:
warning: The cargo-contract is not compatible with the contract's ink! version. Please update the cargo-contract to version '3.2.0' or update the contract ink! to a version of '^5.0.0-alpha', '^5.0.0'
after that it's being executed correctly.
But when I try to use command deploy I get error: Failed to create transcoder from metadata file.
When you install from main it expects that you're working with cargo-contract 4.X.Y
cargo-contract 4.X.Y seems to be only available in the prerelease for now, is there a way to use drink with cargo-contract V 3.X without adding that change myself?
I've installed drink-cli and
build
command prints out warning:warning: The cargo-contract is not compatible with the contract's ink! version. Please update the cargo-contract to version '3.2.0' or update the contract ink! to a version of '^5.0.0-alpha', '^5.0.0'
after that it's being executed correctly.
But when I try to use command
deploy
I get error:Failed to create transcoder from metadata file.
===My setup===
The text was updated successfully, but these errors were encountered: