Skip to content

Commit

Permalink
contracts-bedrock: update sol version for StaticConfig to ^0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed May 24, 2024
1 parent 5504d39 commit 227998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/src/libraries/StaticConfig.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
pragma solidity ^0.8.0;

/// @title StaticConfig
/// @notice Library for encoding and decoding static configuration data.
Expand Down

0 comments on commit 227998d

Please sign in to comment.