Skip to content

Commit

Permalink
Add more imports to the "extras" entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed May 11, 2022
1 parent 4eea158 commit aa8b7ad
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/extras/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
// Always keep this up to date
export {
IColony,
IColony__factory as IColonyFactory,
} from '../contracts/IColony/9';

export {
IColonyNetwork,
IColonyNetwork__factory as IColonyNetworkFactory,
TokenERC20 as TokenErc20,
TokenERC20__factory as TokenErc20Factory,
} from '../contracts';
export * from '../contracts';

// We need to manually export those as they are ambiguous as they exist in multiple event contracts
export {
Expand Down

0 comments on commit aa8b7ad

Please sign in to comment.