Skip to content

Commit ca016b7

Browse files
committed
refactor: add transactions for projector
1 parent 5a52d5c commit ca016b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ services:
312312
- *projector-environment
313313
- *sdk-environment
314314
POSTGRES_DB_FILE: /run/secrets/postgres_db_wallet_api
315-
PROJECTION_NAMES: protocol-parameters
315+
PROJECTION_NAMES: protocol-parameters, transactions
316316
ports:
317317
- ${WALLET_API_PROJECTOR_PORT:-4005}:3000
318318

packages/cardano-services/src/Projection/prepareTypeormProjection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export enum ProjectionName {
6767
StakePoolMetadataJob = 'stake-pool-metadata-job',
6868
StakePoolMetricsJob = 'stake-pool-metrics-job',
6969
StakePoolRewardsJob = 'stake-pool-rewards-job',
70-
Transaction = 'transaction',
70+
Transactions = 'transactions',
7171
UTXO = 'utxo'
7272
}
7373

0 commit comments

Comments
 (0)