Skip to content

Commit

Permalink
Lock pragma version for L*BitcoinDepositor contracts (#806)
Browse files Browse the repository at this point in the history
Depends on: #805

Here we fix the Solidity version to be `0.8.17` which is used across all
tBTC contracts.
  • Loading branch information
tomaszslabon authored Apr 3, 2024
2 parents 26f87a6 + c6ed31a commit 1eaab78
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 1eaab78

Please sign in to comment.