Skip to content

Commit 0ca6b82

Browse files
zmalatraxunknownunknown1
authored andcommitted
chore: clean unused imports
1 parent e846917 commit 0ca6b82

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contracts/scripts/creditLink.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { deployments, getNamedAccounts, getChainId, ethers } from "hardhat";
21
import { LinkTokenInterface, VRFSubscriptionManagerV2 } from "../typechain-types";
3-
import { task, types } from "hardhat/config";
2+
import { task } from "hardhat/config";
43
import { BigNumber } from "ethers";
54

65
enum HomeChains {

contracts/test/integration/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
RandomizerMock,
1515
SortitionModule,
1616
VRFConsumerV2,
17-
VRFSubscriptionManagerV2Mock,
1817
VRFCoordinatorV2Mock,
1918
} from "../../typechain-types";
2019

0 commit comments

Comments
 (0)