22// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
33pragma solidity = 0.8.25 ;
44
5- import {ERC20Upgradeable as ERC20} from "openzeppelin-contracts-upgradeable/contracts/ token/ERC20/ERC20Upgradeable.sol " ;
6- import {ReentrancyGuard} from "openzeppelin-contracts/contracts/ utils/ReentrancyGuard.sol " ;
7- import {IERC20 } from "openzeppelin-contracts/contracts/ token/ERC20/IERC20.sol " ;
8- import {SafeERC20} from "openzeppelin-contracts/contracts/ token/ERC20/utils/SafeERC20.sol " ;
5+ import {ERC20Upgradeable as ERC20} from "openzeppelin-contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol " ;
6+ import {ReentrancyGuard} from "openzeppelin-contracts/utils/ReentrancyGuard.sol " ;
7+ import {IERC20 } from "openzeppelin-contracts/token/ERC20/IERC20.sol " ;
8+ import {SafeERC20} from "openzeppelin-contracts/token/ERC20/utils/SafeERC20.sol " ;
99import {MulticallUpgradeable as Multicall} from
10- "openzeppelin-contracts-upgradeable/contracts/ utils/MulticallUpgradeable.sol " ;
10+ "openzeppelin-contracts-upgradeable/utils/MulticallUpgradeable.sol " ;
1111import {IReceiptVaultV3, IReceiptVaultV1, IReceiptV3} from "../interface/IReceiptVaultV3.sol " ;
1212import {IReceiptManagerV2} from "../interface/IReceiptManagerV2.sol " ;
1313import {
@@ -17,7 +17,7 @@ import {
1717import {ICloneableFactoryV2} from "rain.factory/interface/ICloneableFactoryV2.sol " ;
1818//forge-lint: disable-next-line(unused-import)
1919import {ICloneableV2, ICLONEABLE_V2_SUCCESS} from "rain.factory/interface/ICloneableV2.sol " ;
20- import {Address} from "openzeppelin-contracts/contracts/ utils/Address.sol " ;
20+ import {Address} from "openzeppelin-contracts/utils/Address.sol " ;
2121import {
2222 InvalidId,
2323 ZeroReceiver,
@@ -29,8 +29,8 @@ import {
2929} from "../error/ErrReceiptVault.sol " ;
3030import {UnmanagedReceiptTransfer} from "../interface/IReceiptManagerV2.sol " ;
3131import {ERC165Upgradeable as ERC165} from
32- "openzeppelin-contracts-upgradeable/contracts/ utils/introspection/ERC165Upgradeable.sol " ;
33- import {IERC20Metadata } from "openzeppelin-contracts/contracts/ token/ERC20/extensions/IERC20Metadata.sol " ;
32+ "openzeppelin-contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol " ;
33+ import {IERC20Metadata } from "openzeppelin-contracts/token/ERC20/extensions/IERC20Metadata.sol " ;
3434
3535/// Represents the action being taken on shares, ostensibly for calculating a
3636/// ratio.
0 commit comments