Skip to content

Commit 0cb8614

Browse files
Update docs/tools/dApp-development/common-tools/remix.md
1 parent bf32d31 commit 0cb8614

File tree

1 file changed

+2
-2
lines changed
  • docs/tools/dApp-development/common-tools

1 file changed

+2
-2
lines changed

docs/tools/dApp-development/common-tools/remix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ To deploy to the Amoy testnet, we have to connect to the web3 with a service lik
7979

8080
- Open Metamask. Click on the network dropdown menu (set to **Ethereum Mainnet** by default) and click on the **Add Network** button. MaticVigil provides a public endpoint and is rate-limited. Therefore, most developers use a free blockchain provider like [Alchemy](https://docs.alchemy.com/docs/how-to-add-polygon-to-metamask) or [Quicknode](https://www.quicknode.com/guides/smart-contract-development/how-to-deploy-a-smart-contract-on-maticpolygon#setting-up-metamask-with-polygon-node) to have a dedicated RPC endpoint with faster throughput AKA computing units per second (CUPs). You need to create a free account to get your private API key from one of these providers to put into the dedicated RPC endpoint URL below.
8181

82-
- **Network:** Polygon Amoy Testnet
82+
- **Network:** Polygon Amoy testnet
8383
- **RPC URL (public endpoint):** <https://rpc-amoy.polygon.technology/>.
84-
- **RPC URL (dedicated endpoint):** <https://polygon-amoy.g.alchemy.com/v2/{your-api-key}>. You'll need a [free API key](https://docs.alchemy.com)
84+
- **RPC URL (dedicated endpoint):** <https://polygon-amoy.g.alchemy.com/v2/{your-api-key}>. You need a [free API key](https://docs.alchemy.com)
8585
- **Chain ID:** 80002
8686
- **Currency Symbol:** MATIC
8787
- **Block Explorer URL:** <https://amoy.polygonscan.com/>

0 commit comments

Comments
 (0)