aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/deploy/solc/bin_paths.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/deploy/solc/bin_paths.ts')
-rw-r--r--packages/contracts/deploy/solc/bin_paths.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/deploy/solc/bin_paths.ts b/packages/contracts/deploy/solc/bin_paths.ts
index a2d345bd7..e5b107101 100644
--- a/packages/contracts/deploy/solc/bin_paths.ts
+++ b/packages/contracts/deploy/solc/bin_paths.ts
@@ -1,4 +1,4 @@
-interface BinaryPaths {
+export interface BinaryPaths {
[key: string]: string;
}