Skip to content

v0.3.11

Choose a tag to compare

@github-actions github-actions released this 14 Jan 14:17
· 64 commits to main since this release
feat(marketplace): add getFees and getRoyaltyFee to MarketplaceClient

- Add MarketplaceFees, RoyaltyFeeOptions, RoyaltyFee types
- Add getFees() to query Book model for marketplace fee config
- Add getRoyaltyFee() to call royalty_info on collection contracts
- Add useMarketplaceFees and useMarketplaceRoyaltyFee React hooks
- Update test mock with new methods