-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to upload cw20_base wasm file on terra-station #716
Comments
I checkout to tag |
Terra is on CosmWasm 0.16 which means you’ll need to use branch 0.9.x |
I am all new to this and have the same issue. Trying this example: https://github.com/terran6/nft-on-terra My Cargo.toml file uses cw-plus v0.9.2 and CosmWasm 0.16.0. It looks like this: https://github.com/terran6/nft-on-terra/blob/master/contracts/cw721-metadata-onchain/Cargo.toml
|
Terra (both classic and terra2) are using cosmwasm 1.0 afaik. Closing this |
I am trying to upload an optimized version of cw20_base contract to my localterra like this:
However, I am getting:
code: 3,
message: 'failed to execute message; message index: 0: Error calling the VM: Error during static Wasm validation: Wasm contract has unknown interface_version_ marker export (see https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/README.md): store wasm contract failed: invalid request',*
is it working with terra network? if so, how?
The text was updated successfully, but these errors were encountered: