Skip to content

Commit

Permalink
remove DS_Store, update .gitignore, set the contract Keeper for ibc h…
Browse files Browse the repository at this point in the history
…ooks
  • Loading branch information
faddat committed Sep 20, 2023
1 parent 89ce3a7 commit c5b9bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin
.vscode
.ash_history

*/.DS_Sore


3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Binary file removed networks/.DS_Store
Binary file not shown.

0 comments on commit c5b9bd7

Please sign in to comment.