We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375d491 commit cc47d64Copy full SHA for cc47d64
contracts/interfaces/IFeeCurrency.sol
@@ -1,4 +1,4 @@
1
-pragma solidity ^0.8.13;
+pragma solidity ^0.8;
2
3
/**
4
* @notice This interface should be implemented for tokens which are supposed to
contracts/interfaces/IStableTokenV3.sol
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
-pragma solidity 0.8.24;
5
* @title IStableTokenV3
contracts/tokens/StableTokenV3.sol
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1
// solhint-disable gas-custom-errors
import { ERC20PermitUpgradeable } from "./patched/ERC20PermitUpgradeable.sol";
6
import { ERC20Upgradeable } from "./patched/ERC20Upgradeable.sol";
0 commit comments