Skip to content

Commit

Permalink
adding contract exports, abi, and typechain from yarn:build
Browse files Browse the repository at this point in the history
  • Loading branch information
brossetti1 committed Mar 15, 2022
1 parent 9e9b903 commit fa1287b
Show file tree
Hide file tree
Showing 7 changed files with 3,607 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ typechain-types/factories/*
!typechain-types/factories/GeoWebCoordinate__factory.ts
!typechain-types/factories/GeoWebParcel__factory.ts
!typechain-types/factories/AuctionSuperApp__factory.ts
!typechain-types/factories/FairLaunchClaimer__factory.ts

# tests-typechain
!typechain-types/AuctionSuperApp.ts
!typechain-types/ISuperfluid.ts
!typechain-types/MockClaimer.ts
!typechain-types/FairLaunchClaimer.ts
!typechain-types/ERC721License.ts
!typechain-types/GeoWebParcel.ts

# solidity-coverage
coverage/

# abi exporter
abi/@openzeppelin
abi/contracts/mock
Expand Down
Loading

0 comments on commit fa1287b

Please sign in to comment.