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: docs/functionyard/metamask.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@ title: Token in Metamask
3
3
id: metamask
4
4
---
5
5
6
-
## Adding BORG Token to MetaMask on Mumbai Chain
6
+
## Adding BORG Token to MetaMask on Amoy Chain
7
7
8
-
This guide explains how to add the BORG token, which is not automatically listed in MetaMask, to your wallet on the Mumbai test network. There is an easy way and a manual way!
8
+
This guide explains how to add the BORG token, which is not automatically listed in MetaMask, to your wallet on the Amoy test network. There is an easy way and a manual way!
9
9
10
10
## Easy Way (Desktop)
11
11
12
-
1. Adding `Mumbai` Network to Metamask: First, open [this link to add Mumbai testnet to your MetaMask](https://chainlist.org/chain/80001). Now click on the `Add to Metamask` button. It will open your Metamask extension on Chrome and add Mumbai Network to it (if not already added).
12
+
1. Adding `Amoy` Network to Metamask: First, open [this link to add Amoy testnet to your MetaMask](https://chainlist.org/chain/80002). Now click on the `Add to Metamask` button. It will open your Metamask extension on Chrome and add Amoy Network to it (if not already added).
2. Adding the `BORG` token on `Mumbai`: First, open [this link to add Borg to Mumbai network](https://docs.metamask.io/wallet/reference/wallet_watchasset/?type=ERC20&options[address]=0x99a8b2B50c4bFBf916Add5DFdf680fc873FA81f4&options[symbol]=BORG&options[decimals]=18&options[image]=https://raw.githubusercontent.com/functionland/sugarfunge-explorer/master/assets/BORG.svg&options[tokenId]=BORG) and on the bottom right (you may need to scroll), click on the `Send Request` button. It opens your Metamask extension on Chrome and adds the `BORG` token to the `Mumbai` network (if not already added).
16
+
2. Adding the `BORG` token on `Amoy`: First, open [this link to add Borg to Amoy network](https://docs.metamask.io/wallet/reference/wallet_watchasset/?type=ERC20&options[address]=0x22f6A309241216B85CF966f47a5ad6f77a0C166c&options[symbol]=BORG&options[decimals]=18&options[image]=https://raw.githubusercontent.com/functionland/sugarfunge-explorer/master/assets/BORG.svg&options[tokenId]=BORG) and on the bottom right (you may need to scroll), click on the `Send Request` button. It opens your Metamask extension on Chrome and adds the `BORG` token to the `Amoy` network (if not already added).
3. Copy/Paste, into a new tab of the Metamask web browser, https://docs.metamask.io/wallet/reference/wallet_watchasset/?type=ERC20&options[address]=0x99a8b2B50c4bFBf916Add5DFdf680fc873FA81f4&options[symbol]=BORG&options[decimals]=18&options[image]=https://raw.githubusercontent.com/functionland/sugarfunge-explorer/master/assets/BORG.svg&options[tokenId]=BORG.
31
+
3. Copy/Paste, into a new tab of the Metamask web browser, https://docs.metamask.io/wallet/reference/wallet_watchasset/?type=ERC20&options[address]=0x22f6A309241216B85CF966f47a5ad6f77a0C166c&options[symbol]=BORG&options[decimals]=18&options[image]=https://raw.githubusercontent.com/functionland/sugarfunge-explorer/master/assets/BORG.svg&options[tokenId]=BORG.
32
32
4. Scroll all the way down to the `Send Request` button. Confirm popup.
33
33
34
34
## Manual Way (Mobile/Desktop)
35
35
36
-
#### Step 1: Select the Mumbai Network in MetaMask
36
+
#### Step 1: Select the Amoy Network in MetaMask
37
37
38
-
Ensure you have MetaMask installed and select the Mumbai Testnet. If Mumbai is not listed:
38
+
Ensure you have MetaMask installed and select the Amoy Testnet. If Amoy is not listed:
39
39
40
40
1.**Select "Add Network" manually**.
41
41
<!-- New lines necessary for proper rendered styling on webpage -->
@@ -49,9 +49,9 @@ Ensure you have MetaMask installed and select the Mumbai Testnet. If Mumbai is n
49
49
50
50
* Alternatively, you can go to `Settings` -> `Networks` -> `Add network`, then `Custom Networks` or `Add a network manually`.
51
51
2.**Enter the following details**:
52
-
- Network Name: Mumbai Testnet
53
-
- New RPC URL: `https://rpc-mumbai.maticvigil.com/`
54
-
- Chain ID: `80001`
52
+
- Network Name: Amoy Testnet
53
+
- New RPC URL: `https://rpc-amoy.polygon.technology`
54
+
- Chain ID: `80002`
55
55
- Currency Symbol: `MATIC`
56
56
- Block Explorer URL: `https://polygonscan.com/`
57
57
@@ -61,16 +61,16 @@ Ensure you have MetaMask installed and select the Mumbai Testnet. If Mumbai is n
61
61
2. Go to the `Assets` or `Tokens` tab
62
62
3. Scroll down and click `Import Tokens`
63
63
4. Switch to the `Custom Token` tab
64
-
5. Enter the BORG Token Contract Address: `0x99a8b2B50c4bFBf916Add5DFdf680fc873FA81f4`
64
+
5. Enter the BORG Token Contract Address: `0x22f6A309241216B85CF966f47a5ad6f77a0C166c`
65
65
- The token symbol and decimals should auto-fill. If not, you may need to enter them manually.
66
66
6. Click `Add Custom Token`
67
67
7. Review the token details and click `Import Tokens`
68
68
69
-
Congratulations, the BORG token is now added to your MetaMask wallet on the Mumbai chain!
69
+
Congratulations, the BORG token is now added to your MetaMask wallet on the Amoy chain!
70
70
71
71
## Troubleshoot
72
72
73
-
1.**BORG token no longer shows in Metamask wallet.** This may be because the Mumbai chain rpc provider is unavailable. You can remedy this by redoing the steps outlined in this guide ([easy way](#adding-borg-token-to-metamask-on-mumbai-chain) or [manual way](#manual-way-mobiledesktop)).
74
-
2.**Error when adding Mumbai chain.** This may occur because the Mumbai chain rpc provider is unavailable, if you are selecting a provider from the list, make sure that it has a green check mark for both `Score` and `Privacy`. This will most likely occur when doing the [manual way](#manual-way-mobiledesktop).
73
+
1.**BORG token no longer shows in Metamask wallet.** This may be because the Amoy chain rpc provider is unavailable. You can remedy this by redoing the steps outlined in this guide ([easy way](#adding-borg-token-to-metamask-on-mumbai-chain) or [manual way](#manual-way-mobiledesktop)).
74
+
2.**Error when adding Amoy chain.** This may occur because the Amoy chain rpc provider is unavailable, if you are selecting a provider from the list, make sure that it has a green check mark for both `Score` and `Privacy`. This will most likely occur when doing the [manual way](#manual-way-mobiledesktop).
0 commit comments