- I forgot to simple build.
- I update getDefaultProvider to work for OP mainnet & OP goerli networks.
- I fix bug in HENO. website by adding chainId param to useZoraFixedPriceSaleStrategy.
- update how both useCallSale and usePermission are imported. no more routing through useCollection. direct imports for fewer params on use."
- I update useCallSale & usePermission params.
- I push missing exports.
- I init getIpfsLink and add export of getAlchemyBaseUrl.
- I update types to be more inclusive for BigNumbers in getCallSaleData function."
- I init getCallSaleData lib.
- I add useErc20FixedPriceSaleStrategy and getDefaultProvider.
- I update useUniversalMinter to prevent crashing while loading contract.
- I update useZoraFixedPriceSaleStrategy to prevent crashing from missing contract address.
- daf98c3: I add useCallSale and usePermission hooks.
- I migrate retrieval of price information from usecollection => useZoraFixedPriceSaleStrategy for more efficient useEffect without infinite loops.
- I update useEffect dependency array to be more efficient. remove infinite loops.
- I add priceValues export from a useEffect to speed up call to collectAll by gathering price info in the background.
- I add universalMinter to useUniversalMinter export."
- I build.
- 0f7baad: I add package exports for getNFTsForContract, getFormattedDrops, getCalldatas & ZORA_FEE.
- bump
- I add useUniversalMinter & useCollection hooks.
- f08891b: I add getEncodedMinterArgs export.
- I read drop price using saleStrategy instead of hard-coded.
- I try adding useZoraFixedPriceSaleStrategy again.
- I rollback to stable.
- I init useZoraFixedPriceSaleStrategy hook.
- I reduce lines for import in use1155Collect.
- I update ethers import for defaultAbiEncoder.
- I add use1155Collect to exports for package.
- init use1155Collect
- I update README to include instructions for installation with npm."
- merge conflicts.
- I try another attempt to return tx receipt.
- I return the tx receipt from create 1155 contract hook.
- I init zora lib to handle cases when zora factory is not at deterministic crosschain address.
- I init dependencies with nft.storage to ensure applications will automatically download required packages. Originally, this package was a peerDependency. peerDependencies are not automatically installed in npm versions 3 and later.
- I add description to Create1155ContractArgs
- 565fba7: I rearrange console logs and reduce the setupActions to try debugging final hiccups for first prototype.
- 4684a88: I update ethers imports in useCreate1155Contract hook to only reference top-level ethers package.
- 565fba7: I remove the get1155ProxyAddress lib. Now, all chains are deployed to deterministic Zora Factory1155 address: 0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
- f7e3af4: I update export structure.
- 687833f: I update tsconfig module type from NextJS to ES2020."
- 37e69dc: I add all exports necessary for initial version of subparticles with ProducedByDav."
- e87779c: I follow a new youtube tutorial: Blazing Fast Tips: Publishing to NPM
- b4dc219: fix type declarations on returns of ipfs lib.
- cff4fa6: I update tsconfig to attempt to resolve zoralabs import error.