Skip to content

Commit

Permalink
core/cmd/shell.go: pass DB and QConfig fields to CosmosFactoryConfig (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal authored Nov 22, 2023
1 parent aca537d commit f7c254b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ func (n ChainlinkAppFactory) NewApplication(ctx context.Context, cfg chainlink.G
cosmosCfg := chainlink.CosmosFactoryConfig{
Keystore: keyStore.Cosmos(),
TOMLConfigs: cfg.CosmosConfigs(),
DB: db,
QConfig: cfg.Database(),
}
initOps = append(initOps, chainlink.InitCosmos(ctx, relayerFactory, cosmosCfg))
}
Expand Down

0 comments on commit f7c254b

Please sign in to comment.