diff --git a/core/cmd/shell.go b/core/cmd/shell.go index 52c90907362..b82bd85e3ed 100644 --- a/core/cmd/shell.go +++ b/core/cmd/shell.go @@ -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)) }