Skip to content

Commit

Permalink
Lock pragma version for L*BitcoinDepositor contracts
Browse files Browse the repository at this point in the history
Here we fix the Solidity version to be `0.8.17` which is used across all
tBTC contracts.
  • Loading branch information
lukasz-zimnoch committed Apr 3, 2024
1 parent 6190549 commit 10036b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solidity/contracts/l2/L1BitcoinDepositor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// ▐████▌ ▐████▌
// ▐████▌ ▐████▌

pragma solidity ^0.8.17;
pragma solidity 0.8.17;

import "@keep-network/random-beacon/contracts/Reimbursable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol";
Expand Down
2 changes: 1 addition & 1 deletion solidity/contracts/l2/L2BitcoinDepositor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// ▐████▌ ▐████▌
// ▐████▌ ▐████▌

pragma solidity ^0.8.17;
pragma solidity 0.8.17;

import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";

Expand Down

0 comments on commit 10036b8

Please sign in to comment.