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
The UCS03 contract in cosmwasm is relying on Instantiate instead of Instantiate2 + Deployer bytecode. Move of this former to the later for fully deterministic deployments.
The text was updated successfully, but these errors were encountered:
The UCS03 contract in cosmwasm is relying on
Instantiate
instead ofInstantiate2
+Deployer
bytecode. Move of this former to the later for fully deterministic deployments.The text was updated successfully, but these errors were encountered: