Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- | --- |
Expand All @@ -78,7 +78,6 @@ export const WalletProvider = ({ children }: PropsWithChildren) => {

return (
<AptosWalletAdapterProvider
optInWallets={['Petra']}
autoConnect={true}
dappConfig={{ network: Network.MAINNET }}
onError={(error) => {
Expand Down