Skip to content

Commit

Permalink
Merge pull request #1365 from input-output-hk/feat/enable-asset-proje…
Browse files Browse the repository at this point in the history
…ctor-in-dev-environments

chore: enable asset projector in remaining dev envs
  • Loading branch information
mchappell committed Jul 16, 2024
2 parents 061e12a + 6f9b98a commit b74173c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ in
projectors = {
handle.enabled = true;
stake-pool.enabled = true;
# asset.enabled = true;
asset.enabled = true;
};

values = {
Expand Down Expand Up @@ -476,7 +476,7 @@ in
projectors = {
handle.enabled = true;
stake-pool.enabled = true;
# asset.enabled = true;
asset.enabled = true;
};


Expand Down

0 comments on commit b74173c

Please sign in to comment.