diff --git a/demo/app/app.go b/demo/app/app.go index 25901f2..4ded378 100644 --- a/demo/app/app.go +++ b/demo/app/app.go @@ -475,6 +475,7 @@ func NewConsumerApp( ) // Override max wasm size to 1MB + // TODO: Remove this after down-sizing / splitting contracts wasmtypes.MaxWasmSize = 1 * 1024 * 1024 wasmDir := filepath.Join(homePath, "wasm")