Skip to content

Commit

Permalink
Pin Solidity version (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-silver committed May 4, 2023
1 parent c405edf commit 856d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bridges/arbitrum/AddressAliasHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

pragma solidity ^0.8.15;
pragma solidity 0.8.15;

library AddressAliasHelper {
uint160 constant offset = uint160(0x1111000000000000000000000000000000001111);
Expand Down

0 comments on commit 856d916

Please sign in to comment.