Skip to content

Commit

Permalink
local single and multi net support
Browse files Browse the repository at this point in the history
  • Loading branch information
jiujiteiro committed Feb 1, 2023
1 parent 4099857 commit 380265c
Show file tree
Hide file tree
Showing 9 changed files with 1,711 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/realio-networkd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
genutilcli.ValidateGenesisCmd(app.ModuleBasics),
AddGenesisAccountCmd(app.DefaultNodeHome),
tmcli.NewCompletionCmd(rootCmd, true),
ethermintclient.NewTestnetCmd(app.ModuleBasics, banktypes.GenesisBalancesIterator{}),
NewTestnetCmd(app.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
config.Cmd(),
// this line is used by starport scaffolding # stargate/root/commands
Expand Down
Loading

0 comments on commit 380265c

Please sign in to comment.