Skip to content

Commit

Permalink
removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HristiyanG committed Jun 14, 2021
1 parent 1829a27 commit 3a35321
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 184 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
/vendor
/artifacts
/cache
/typechain

# Secrets
.secret
Expand Down
8 changes: 0 additions & 8 deletions test/7_ admin_functionality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ import constants from '../testHelpers/constants';
import Users from '../testHelpers/users';
import Utils from '../testHelpers/utils';

// import {
// ERC1155ERC721__factory, VoucherKernel__factory, Cashier__factory, BosonRouter__factory, FundLimitsOracle__factory, MockERC20Permit__factory
// } from '../typechain'

// import {
// ERC1155ERC721, VoucherKernel, Cashier, BosonRouter, MockERC20Permit, FundLimitsOracle
// } from '../typechain'

let ERC1155ERC721_Factory: ContractFactory;
let VoucherKernel_Factory: ContractFactory;
let Cashier_Factory: ContractFactory;
Expand Down
116 changes: 0 additions & 116 deletions typechain/UsingHelpers.d.ts

This file was deleted.

60 changes: 0 additions & 60 deletions typechain/factories/UsingHelpers__factory.ts

This file was deleted.

0 comments on commit 3a35321

Please sign in to comment.