Skip to content

Commit f83ad49

Browse files
committed
chore: update projection name
1 parent 55bb356 commit f83ad49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/deployments/wallet-api.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
NETWORK = config.network;
7171
LOGGER_MIN_SEVERITY = values.cardano-services.loggingLevel;
7272
OGMIOS_SRV_SERVICE_NAME = values.backend.ogmiosSrvServiceName;
73-
PROJECTION_NAMES = "wallet-api";
73+
PROJECTION_NAMES = "protocol-parameters";
7474

7575
POSTGRES_POOL_MAX = "2";
7676
POSTGRES_HOST = values.postgresName;

0 commit comments

Comments
 (0)