Skip to content

Commit

Permalink
adding specs to reclaimer
Browse files Browse the repository at this point in the history
adding license transfer to reclaimer; populating variables for decending price on reclaim
adding for sale price to claimPrice calculation
calculating relaimer decending price
setting up reclaimer and building artifacts/types
  • Loading branch information
brossetti1 committed Apr 1, 2022
1 parent 111ce23 commit aab200f
Show file tree
Hide file tree
Showing 10 changed files with 2,099 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ typechain-types/factories/*
!typechain-types/factories/GeoWebParcel__factory.ts
!typechain-types/factories/AuctionSuperApp__factory.ts
!typechain-types/factories/FairLaunchClaimer__factory.ts
!typechain-types/factories/Reclaimer__factory.ts

# tests-typechain
!typechain-types/AuctionSuperApp.ts
Expand All @@ -35,6 +36,7 @@ typechain-types/factories/*
!typechain-types/FairLaunchClaimer.ts
!typechain-types/ERC721License.ts
!typechain-types/GeoWebParcel.ts
!typechain-types/Reclaimer.ts

# solidity-coverage
coverage/
Expand Down
Loading

0 comments on commit aab200f

Please sign in to comment.