Skip to content

Releases: public-assembly/builder-utils

@public-assembly/[email protected]

23 Jun 20:15
76540d3
Compare
Choose a tag to compare

Patch Changes

  • 0ebdd53: Ensures that isFirstToken and isLastToken are defined regardless if values are numbers or strings.

@public-assembly/[email protected]

22 Jun 21:41
324729d
Compare
Choose a tag to compare

Patch Changes

  • 455eb48: Adds the useVote hook for voting interactions.

@public-assembly/[email protected]

22 Jun 21:26
328ffdb
Compare
Choose a tag to compare

Patch Changes

  • fded1c8: Reintroduces the GovernorProvider component and associated hook to handle proposal data.

@public-assembly/[email protected]

22 Jun 19:15
3c4f012
Compare
Choose a tag to compare

Patch Changes

  • be68c9b: Moves package away from the existing ZORA API dependency. Utilizes Nouns Builder subgraph.

@public-assembly/[email protected]

01 Jun 18:31
45ebd3a
Compare
Choose a tag to compare

Patch Changes

  • 447cce2: Removes the set state return function from useMinBidAmount. Adds the duration function to the multicall inside useAuctionSettings.

@public-assembly/[email protected]

30 May 19:51
8bc01fd
Compare
Choose a tag to compare

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]

19 May 18:48
541021f
Compare
Choose a tag to compare

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]

18 May 20:39
5d03e7e
Compare
Choose a tag to compare

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.