Remove excesive exports
This commit is contained in:
@@ -59,7 +59,6 @@ export class SolCompilerArtifactAdapter extends AbstractArtifactAdapter {
|
||||
sourceCodes[value.id] = source.source;
|
||||
});
|
||||
const contractData = {
|
||||
abi: artifact.compilerOutput.abi,
|
||||
name: artifact.contractName,
|
||||
sourceCodes,
|
||||
sources,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { ContractAbi, StructLog, TransactionTrace } from 'ethereum-types';
|
||||
import { StructLog, TransactionTrace } from 'ethereum-types';
|
||||
|
||||
export interface LineColumn {
|
||||
line: number;
|
||||
@@ -83,7 +83,6 @@ export interface Sources {
|
||||
}
|
||||
|
||||
export interface ContractData {
|
||||
abi: ContractAbi;
|
||||
name: string;
|
||||
bytecode: string;
|
||||
sourceMap: string;
|
||||
|
Reference in New Issue
Block a user