Skip to content

Commit d4321c5

Browse files
committed
Update hardhat-utils
1 parent c39d791 commit d4321c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat-utils/src/internal/bytecode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { isAddress } from "../eth.js";
1212
export interface Artifact {
1313
bytecode: string;
1414
linkReferences: {
15-
[sourceName: string]: {
15+
[inputSourceName: string]: {
1616
[libraryName: string]: Array<{ start: number; length: number }>;
1717
};
1818
};

0 commit comments

Comments
 (0)