diff --git a/apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx b/apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx index 6025ccc48..a1fcd5f82 100644 --- a/apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx +++ b/apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx @@ -58,7 +58,7 @@ You can use any of the following optional fields. It is recommended to: 1. Set `autoConnect` to `true`. -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 | Field | Description | Example | | --- | --- | --- | @@ -78,7 +78,6 @@ export const WalletProvider = ({ children }: PropsWithChildren) => { return ( {