@tuwaio/nova-connect 1.0.0-fix-test-alpha.61.e356934 → 1.0.0-fix-test-alpha.62.a3a7178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/@tuwaio/nova-connect.svg)](https://www.npmjs.com/package/@tuwaio/nova-connect)
4
4
  [![License](https://img.shields.io/npm/l/@tuwaio/nova-connect.svg)](./LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/nova-connect/release.yml?branch=main)](https://github.com/TuwaIO/nova-uikit/actions)
5
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/nova-uikit/release.yml?branch=main)](https://github.com/TuwaIO/nova-uikit/actions)
6
6
 
7
7
  Feature-rich React components for connecting Web3 wallets with a comprehensive customization system and support for multiple blockchain networks.
8
8
 
@@ -110,10 +110,11 @@ export function Providers({ children }: { children: ReactNode }) {
110
110
 
111
111
  ```tsx
112
112
  import { NovaConnectButton } from '@tuwaio/nova-connect';
113
- import { useSatelliteConnectStore } from '@tuwaio/satellite-react';
113
+ import { SatelliteStoreContext } from '@tuwaio/satellite-react';
114
+ import { useContext } from 'react';
114
115
 
115
116
  function App() {
116
- const store = useSatelliteConnectStore();
117
+ const store = useContext(SatelliteStoreContext);
117
118
 
118
119
  return (
119
120
  <div>