Skip to content

Commit

Permalink
feat(wasm): use wasm provided build in capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jul 23, 2024
1 parent dd4adc1 commit 77c1063
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func New(
app.GRPCQueryRouter(),
wasmDir,
wasmConfig,
axonewasm.AllCapabilities(),
wasmkeeper.BuiltInCapabilities(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
wasmOpts...,
)
Expand Down
17 changes: 0 additions & 17 deletions app/wasm/capabilities.go

This file was deleted.

0 comments on commit 77c1063

Please sign in to comment.