Skip to content

Commit

Permalink
remove chainId and name from deployedContract structure
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Oct 29, 2023
1 parent 2740918 commit 4379fe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/hardhat/deploy/99_generateTsAbis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function getContractDataFromDeployments() {
contracts[contractName] = { address, abi };
}
output[chainId] = {
chainId,
name: chainName,
contracts,
};
}
Expand Down
2 changes: 0 additions & 2 deletions packages/nextjs/utils/scaffold-eth/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ type Prettify<T> = {

export type GenericContractsDeclaration = {
[key: number]: {
name: string;
chainId: string;
contracts: {
[key: string]: {
address: Address;
Expand Down

0 comments on commit 4379fe6

Please sign in to comment.