Releases: public-assembly/builder-utils
Releases · public-assembly/builder-utils
@public-assembly/[email protected]
Patch Changes
- 0ebdd53: Ensures that isFirstToken and isLastToken are defined regardless if values are numbers or strings.
@public-assembly/[email protected]
Patch Changes
- 455eb48: Adds the useVote hook for voting interactions.
@public-assembly/[email protected]
Patch Changes
- fded1c8: Reintroduces the GovernorProvider component and associated hook to handle proposal data.
@public-assembly/[email protected]
Patch Changes
- be68c9b: Moves package away from the existing ZORA API dependency. Utilizes Nouns Builder subgraph.
@public-assembly/[email protected]
Patch Changes
- 447cce2: Removes the set state return function from useMinBidAmount. Adds the duration function to the multicall inside useAuctionSettings.
@public-assembly/[email protected]
Patch Changes
- f0f15c3: Reintroduces wagmi and alongside it, two write hooks, useCreateBid and useSettle. useTokenExplorer now expects a token id object as an argument.
@public-assembly/[email protected]
Patch Changes
- 8bd4a66: useMinBidAmount no longer accepts a token address as an argument. useTokenExplorer now has a useEffect hook to ensure the initial state of currentTokenId is correct.
@public-assembly/[email protected]
Minor Changes
- 10867f0: This minor bump introduces breaking changes. All componentry has been stripped from the package. The wagmi dependency has been removed, and ethers alongisde it which has been replaced by viem. There are currently no write calls exported by the package. Types have been reorganized into the files that use them.