Skip to content

Commit

Permalink
Reorder some fileds
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 26, 2020
1 parent 9f939c3 commit c6091b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-core/src/types/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export interface DebugFile {
* all of its output.
*/
export interface BuildInfo {
id: string;
_format: string;
id: string;
solcVersion: string;
solcLongVersion: string;
input: CompilerInput;
Expand Down

0 comments on commit c6091b6

Please sign in to comment.