Skip to content

Commit

Permalink
feat: Removed simmapp module's basic
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen committed Mar 6, 2024
1 parent 4fe739f commit 77afa69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/bdjuno/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ import (

"github.com/forbole/bdjuno/v4/types/config"

"github.com/cosmos/cosmos-sdk/simapp"
"github.com/forbole/bdjuno/v4/database"
"github.com/forbole/bdjuno/v4/modules"
panacea "github.com/medibloc/panacea-core/v2/app"
"github.com/medibloc/panacea-core/v2/app"
)

func main() {
Expand Down Expand Up @@ -55,8 +54,7 @@ func main() {
// This should be edited by custom implementations if needed.
func getBasicManagers() []module.BasicManager {
return []module.BasicManager{
simapp.ModuleBasics,
panacea.ModuleBasics,
app.ModuleBasics,
}
}

Expand Down

0 comments on commit 77afa69

Please sign in to comment.