aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 467a756a4..05d7131c2 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -33,13 +33,6 @@ declare module '*.json' {
/* tslint:enable */
}
-declare interface Artifact {
- abi: any;
- networks: {[networkId: number]: {
- address: string;
- }};
-}
-
// find-version declarations
declare function findVersions(version: string): string[];
declare module 'find-versions' {