diff --git a/.gitignore b/.gitignore index fa058ff4..853cf226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ bin .vscode .ash_history - +*/.DS_Sore diff --git a/app/app.go b/app/app.go index 18672cf3..7914e0ad 100644 --- a/app/app.go +++ b/app/app.go @@ -623,6 +623,9 @@ func NewMigalooApp( wasmOpts..., ) + contractKeeper := wasmkeeper.NewDefaultPermissionKeeper(app.WasmKeeper) + app.Ics20WasmHooks.ContractKeeper = contractKeeper + // The gov proposal types can be individually enabled if len(enabledProposals) != 0 { govRouter.AddRoute(wasm.RouterKey, wasm.NewWasmProposalHandler(app.WasmKeeper, enabledProposals)) diff --git a/networks/.DS_Store b/networks/.DS_Store deleted file mode 100644 index 48aacd8f..00000000 Binary files a/networks/.DS_Store and /dev/null differ