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 am tried to deploy smartcontract on permissioned and permissionless chain using gov proposal but facing this issue wasmd tx gov submit-proposal wasm-store "artifacts/cw_nameservice.wasm" --title "testing" --description "Testing" --deposit "10000000000000stake" --run-as $(wasmd keys show -a key1) --from key1 --gas auto -y --chain-id wasm-01 -b block -o json --gas-adjustment 1.5
Note :Using local chain to deploy
The text was updated successfully, but these errors were encountered:
This is because the chain you are trying to deploy is running on <=0.28, but your binary is either using main branch or 0.29, you will have to downgrade your binary.
Could you please explain , "This is because the chain you are trying to deploy is running on <=0.28, but your binary is either using main branch or 0.29, you will have to downgrade your binary." , you mean the contract which I am trying to deploy is supports <=0.28 or do you mean something else ? @jhernandezb
I have also tried to deploy on 0.28 also but getting "no handler exists " error .
I am tried to deploy smartcontract on permissioned and permissionless chain using gov proposal but facing this issue
wasmd tx gov submit-proposal wasm-store "artifacts/cw_nameservice.wasm" --title "testing" --description "Testing" --deposit "10000000000000stake" --run-as $(wasmd keys show -a key1) --from key1 --gas auto -y --chain-id wasm-01 -b block -o json --gas-adjustment 1.5
Note :Using local chain to deploy
The text was updated successfully, but these errors were encountered: