Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Apr 2, 2024
1 parent a8a54e1 commit 29f0589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/src/abi/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {SupportedVersions} from '../deployments';

export type Abi = {
[version in SupportedVersions]: {
[contractName in ContractAbiNames]: Object;
[contractName in ContractAbiNames]: object;
};
};

Expand Down

0 comments on commit 29f0589

Please sign in to comment.