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
Instantiate2 is a very useful feature that comes with the latest version of CosmWasm. When instantiating a new contract, it allows the deployer to predict the contract's address beforehand.
In order to enable this feature, two changes are necessary:
Background
Instantiate2
is a very useful feature that comes with the latest version of CosmWasm. When instantiating a new contract, it allows the deployer to predict the contract's address beforehand.In order to enable this feature, two changes are necessary:
Suggested Design
Bump wasmvm dependency to v1.2.
Add the
cosmwasm_1_2
capability, like here: https://github.com/mars-protocol/hub/blob/v2.0.0-rc0/app/app.go#L509The text was updated successfully, but these errors were encountered: