Skip to content

Commit

Permalink
move collect.go to rdk
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Apr 23, 2024
1 parent 5ae9dc3 commit a695b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 285 deletions.
284 changes: 0 additions & 284 deletions cmd/rollappd/cmd/collect.go

This file was deleted.

3 changes: 2 additions & 1 deletion cmd/rollappd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import (

ethermintclient "github.com/evmos/evmos/v12/client"

rdk_genutilcli "github.com/dymensionxyz/dymension-rdk/x/genutil/client/cli"

Check failure on line 44 in cmd/rollappd/cmd/root.go

View workflow job for this annotation

GitHub Actions / Analyze

no required module provides package github.com/dymensionxyz/dymension-rdk/x/genutil/client/cli; to add it:
evmserver "github.com/evmos/evmos/v12/server"
evmconfig "github.com/evmos/evmos/v12/server/config"
)
Expand Down Expand Up @@ -200,7 +201,7 @@ func initRootCmd(

rootCmd.AddCommand(
initCmd,
CollectGenTxsCmd(banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),
rdk_genutilcli.CollectGenTxsCmd(banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),
genutilcli.MigrateGenesisCmd(),
genutilcli.GenTxCmd(app.ModuleBasics, encodingConfig.TxConfig, banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),

Expand Down

0 comments on commit a695b7b

Please sign in to comment.