Skip to content

Commit

Permalink
8714: Sync solidity version in constant script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Sep 27, 2024
1 parent 71c6c5b commit aff7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/scripts/constants.in.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function generateSolidityConstants({ constants }: ParsedContent, targetPath: str
const resultSolidity: string = `// GENERATED FILE - DO NOT EDIT, RUN yarn remake-constants in circuits.js
// SPDX-License-Identifier: Apache-2.0
// Copyright 2023 Aztec Labs.
pragma solidity >=0.8.18;
pragma solidity >=0.8.27;
/**
* @title Constants Library
Expand Down

0 comments on commit aff7b91

Please sign in to comment.