Skip to content

0.13.0: Extracted network-related components and hooks to @suiware/kit

Latest
Compare
Choose a tag to compare
@kkomelin kkomelin released this 15 Jan 10:34
· 4 commits to main since this release

Main changes:

  • frontend: Extracted network-related components like Balance and hooks like useTransact to @suiware/kit
  • frontend: No useFaucet and useTransact don't have integrated notifications. This logic has been extracted from them. Now to implement notifications, you need to use onSuccess and onError handlers. It allows you to switch to any notification library you prefer.
  • frontend: Renamed useSynchronizedNetworkType hook to useNetworkType and moved it to @suiware/kit.

Other changes:

Complete changelog

To use the updated version of the starter, run pnpm create sui-dapp@latest