Skip to content

Commit 45f15bf

Browse files
lint
1 parent 474b280 commit 45f15bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/concrete/deploy/OffchainAssetReceiptVaultBeaconSetDeployer.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pragma solidity =0.8.25;
44

55
import {Receipt, ICLONEABLE_V2_SUCCESS} from "../receipt/Receipt.sol";
66
import {OffchainAssetReceiptVault, OffchainAssetReceiptVaultConfigV2} from "../vault/OffchainAssetReceiptVault.sol";
7-
import {IBeacon, UpgradeableBeacon} from "openzeppelin-contracts/contracts/proxy/beacon/UpgradeableBeacon.sol";
7+
import {IBeacon} from "openzeppelin-contracts/contracts/proxy/beacon/IBeacon.sol";
8+
import {UpgradeableBeacon} from "openzeppelin-contracts/contracts/proxy/beacon/UpgradeableBeacon.sol";
89
import {BeaconProxy} from "openzeppelin-contracts/contracts/proxy/beacon/BeaconProxy.sol";
910
import {
1011
ZeroReceiptImplementation,

0 commit comments

Comments
 (0)