Skip to content

Commit

Permalink
chore: adjusting vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgonzalezra committed Jan 21, 2024
1 parent 7606454 commit 06aeec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/contracts/src/LucidOrigins.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ contract LucidOrigins is Owned, ERC721A, Background, Face, Body, Head, Blush {
);

(string memory head, string memory head2) = head(
normalizeToRange(dna[Constants.HEAD_SIZE_INDEX], 85, 90),
normalizeToRange(dna[Constants.HEAD_SIZE_INDEX], 1, 2),
normalizeToRange(dna[Constants.HEAD_MIN_GROWTH_INDEX], 6, 8),
normalizeToRange(dna[Constants.HEAD_EDGES_NUM_INDEX], 4, 12)
normalizeToRange(dna[Constants.HEAD_SIZE_INDEX], 85, 88),
normalizeToRange(dna[Constants.HEAD_SIZE_INDEX], 0, 2),
normalizeToRange(dna[Constants.HEAD_MIN_GROWTH_INDEX], 6, 9),
normalizeToRange(dna[Constants.HEAD_EDGES_NUM_INDEX], 7, 9)
);

(string memory body, string memory stroke, string memory baseBody) =
Expand Down

0 comments on commit 06aeec4

Please sign in to comment.