We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0953a69 commit 0edace5Copy full SHA for 0edace5
1 file changed
apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx
@@ -58,7 +58,7 @@ You can use any of the following optional fields.
58
It is recommended to:
59
60
1. Set `autoConnect` to `true`.
61
-2. Include `plugins` for any wallets that are using the legacy standard.
+2. Set the `dappConfig` with the `network` property set to the network your dapp works with
62
63
| Field | Description | Example |
64
| --- | --- | --- |
@@ -78,7 +78,6 @@ export const WalletProvider = ({ children }: PropsWithChildren) => {
78
79
return (
80
<AptosWalletAdapterProvider
81
- optInWallets={['Petra']}
82
autoConnect={true}
83
dappConfig={{ network: Network.MAINNET }}
84
onError={(error) => {
0 commit comments