Releases: hifi-finance/pooled-nft
Releases · hifi-finance/pooled-nft
2.0.0
Added
- New
ERC721Pool
contract, which allows users to deposit and withdraw ERC-721 tokens in exchange for pool tokens. This contract features a newdeposit
,withdraw
andwithdrawWithSignature
function. - New
ERC721PoolFactory
contract, which allows users to create newERC721Pool
contracts. This contract features a newcreatePool
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
Added
First release of the package.