Skip to content

Commit

Permalink
adds typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
parseb committed Oct 3, 2023
1 parent 21a330a commit 415f1de
Show file tree
Hide file tree
Showing 7 changed files with 7,231 additions and 7,244 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# - name: Build with Hardhat
# run: npm run test

# - name: Install TypeScript type generator
# run: npm install --save-dev typechain
- name: generate types
run: typechain --target ethers-v5 --out-dir app/contractTypes './out/*.sol/*.json'

# - name: Generate TypeScript types
# run: npx hardhat typechain
Expand Down
10 changes: 0 additions & 10 deletions contracts/daoUtils/interfaces/get/IDAOInteractions.sol

This file was deleted.

1 change: 0 additions & 1 deletion contracts/expander/DAOExpander.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ contract DAOExpander is
DAOMembers,
DAOUrls,
DAOMetadata,
// DAOInteractions,
DAOCommitment,
DAOMarket,
DAOModules,
Expand Down
4 changes: 0 additions & 4 deletions contracts/nova/interfaces/INova.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ interface INova {

function getAutIDAddress() external view returns (address);

function getInteractionsAddr() external view returns (address);

function getInteractionsPerUser(address member) external view returns (uint256);

function getCommitment() external view returns (uint256 commitment);

function addAdmin(address member) external;
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ethereum-waffle": "^3.4.4",
"ethers": "5.7.0",
"hardhat": "^2.9.5",
"hardhat-contract-sizer": "^2.1.1"
"hardhat-contract-sizer": "^2.1.1",
"typechain": "^3.0.0"
}
}
Loading

0 comments on commit 415f1de

Please sign in to comment.