Skip to content

Commit 59ca5a0

Browse files
committed
kit: Updated docs.
1 parent ed6840a commit 59ca5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kit/docs/SuiProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function App() {
2424
| `customNetworkConfig` | `Record<string, NetworkConfig \| SuiClient>` | Custom network configurations | `undefined` |
2525
| `defaultNetwork` | `string` | The default network to connect to | `undefined` |
2626
| `walletAutoConnect` | `boolean` | Whether to automatically connect to the wallet | `undefined` |
27-
| `walletStashedName` | `string` | Name of the stashed wallet | `'Sui Wallet'` |
27+
| `walletSlushName` | `string` | Name of the Slush wallet | `'Sui Wallet'` |
2828
| `themeSettings` | `Theme \| null` | Custom theme settings for the wallet UI | `undefined` |
2929

3030
## Example with Custom Configuration
@@ -47,7 +47,7 @@ function App() {
4747
customNetworkConfig={networkConfig}
4848
defaultNetwork="devnet"
4949
walletAutoConnect={true}
50-
walletStashedName="My Sui Wallet"
50+
walletSlushName="My Sui Wallet"
5151
>
5252
{/* Your app components */}
5353
</SuiProvider>

0 commit comments

Comments
 (0)