Skip to content

Releases: hifi-finance/pooled-nft

2.0.0

23 Mar 14:34
Compare
Choose a tag to compare

Added

  • New ERC721Pool contract, which allows users to deposit and withdraw ERC-721 tokens in exchange for pool tokens. This contract features a new deposit, withdraw and withdrawWithSignature function.
  • New ERC721PoolFactory contract, which allows users to create new ERC721Pool contracts. This contract features a new createPool function.

Changed

  • Rename @hifi-finance/wnft to @hifi-finance/pooled-nft.
  • Upgrade to @openzeppelin/contracts v4.8.1.

Removed

  • Vault contract.
  • VaultFactory contract.

1.0.0

06 Apr 20:43
Compare
Choose a tag to compare

Added

First release of the package.