Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Aug 6, 2024
1 parent c03a6c8 commit f1f462e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
63 changes: 0 additions & 63 deletions scripts/test_snapshots_v2.sh

This file was deleted.

3 changes: 1 addition & 2 deletions simapp/v2/simdv2/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ func initRootCmd[T transaction.Tx](
offchain.OffChain(),
)

storeComponent := store.New[T](newApp)
// wire server commands
if err = serverv2.AddCommands(
rootCmd,
newApp,
logger,
cometbft.New(&genericTxDecoder[T]{txConfig}, cometbft.DefaultServerOptions[T]()),
grpc.New[T](),
storeComponent,
store.New[T](newApp),
); err != nil {
panic(err)
}
Expand Down

0 comments on commit f1f462e

Please sign in to comment.