Skip to content

Commit

Permalink
Relax solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Dec 16, 2024
1 parent 81ee13d commit dfe3d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deployer/DeployerAddress.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity =0.8.25;
pragma solidity ^0.8.25;

address constant DEPLOYER = 0x00000000000004533Fe15556B1E086BB1A72cEae;

0 comments on commit dfe3d72

Please sign in to comment.