Skip to content

Commit

Permalink
move from wasm -> data directory as most networks are here
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 16, 2024
1 parent 707e719 commit 2acd3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ func NewChainApp(
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)

wasmDir := filepath.Join(homePath, "wasm")
wasmDir := filepath.Join(homePath, "data")
wasmConfig, err := wasm.ReadWasmConfig(appOpts)
// <spawntag:wasm
if err != nil {
Expand Down

0 comments on commit 2acd3a6

Please sign in to comment.