You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wallet/how-to/manage-networks/add-network.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Prompt a user to add or switch to an Ethereum network.
6
6
7
7
In some cases, such as when [interacting with smart contracts](../../concepts/smart-contracts.md),
8
8
your dapp must connect a user to a new network in MetaMask.
9
-
Instead of the user [adding a new network manually](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC#h_01G63GGJ83DGDRCS2ZWXM37CV5),
9
+
Instead of the user [adding a new network manually](https://support.metamask.io/configure/networks/how-to-add-a-custom-network-rpc/#adding-a-network-manually),
10
10
which requires them to configure RPC URLs and chain IDs, your dapp can use the
11
11
[`wallet_addEthereumChain`](/wallet/reference/json-rpc-methods/wallet_addethereumchain) and
12
12
[`wallet_switchEthereumChain`](/wallet/reference/json-rpc-methods/wallet_switchethereumchain) RPC methods to prompt
0 commit comments