Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Oct 25, 2024
1 parent 30fdcfc commit 67c2eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from '../typechain-types';
import auctioneerMetadata from '../data/auctioneer-metadata.json';
export { auctioneerMetadata };
import deploymentAddresses from '../deployments/addresses.json';
export { deploymentAddresses };
export * from './proxy';
import auctioneerMetadata from '../data/auctioneer-metadata.json';
export { auctioneerMetadata };

0 comments on commit 67c2eb4

Please sign in to comment.