File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments