v1.0.0-beta.12
版本发布时间: 2023-02-07 13:47:01
liteflow-labs/liteflow-js最新发布版本:v3.0.0(2024-05-17 17:40:59)
Hooks
Added
- Added new stable hook
useIsLoggedIn
to check is an address is logged in on the SDK #122- Check https://docs.liteflow.com/hooks/useIsLoggedIn for more detail
Changed
- Use mutations
createCurrencyApprovalTransaction
andcreateCollectionApprovalTransaction
instead oftoken.approval
andcurrency.approval
inuseCreateOffer
anduseAcceptOffer
hooks #117 - Use use
createOfferFillTransaction
instead of deprecatedoffer.fill
inuseAcceptOffer
hook #118 - Use new flow of offer creation using the new mutation
createOfferSignature
#119 - Update dependency
@nft/api-graphql
tov1.0.0-beta.11
#129 #119
Fixed
- Invalid jwt with expired date #123