Skip to content

Commit

Permalink
Minor typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Apr 15, 2024
1 parent b50fd07 commit a2c4806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/utils/hardhat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type VerifyEntry = {
args?: any[];
};

declare module 'hardhat/types' {
declare module 'hardhat/types/runtime' {
interface HardhatRuntimeEnvironment {
aragonToVerifyContracts: VerifyEntry[];
managingDao: {
Expand Down

0 comments on commit a2c4806

Please sign in to comment.