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:
- Added AddressInput and AmountInput components to @suiware/kit .
- docs: Updated frontend Sui dApp Kit docs
To use the updated version of the starter, run pnpm create sui-dapp@latest