Skip to content

Commit 19e161d

Browse files
committed
Removed Torus and Portis docs, references
1 parent 04ab821 commit 19e161d

File tree

4 files changed

+1
-132
lines changed

4 files changed

+1
-132
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `update` function is another public function that is similar to the constr
8181

8282
Now, we have to deploy our smart contract on Amoy, the Polygon testnet. Not only does it cost money (e.g., gas fees) to deploy a smart contract on Polygon mainnet, but the contract is immutable and can't be changed once deployed. Therefore, it's best to deploy your smart contract to the testnet first.
8383

84-
To deploy to the Amoy testnet, we have to connect to the web3 with a service like MetaMask, Brave, Portis, etc. We use MetaMask in this tutorial. Please follow this [guide to set up a MetaMask account](https://support.metamask.io/getting-started/getting-started-with-metamask/).
84+
To deploy to the Amoy testnet, we have to connect to the web3 with a service like MetaMask, Brave, etc. We use MetaMask in this tutorial. Please follow this [guide to set up a MetaMask account](https://support.metamask.io/getting-started/getting-started-with-metamask/).
8585

8686
- 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.
8787

docs/tools/wallets/portis.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/tools/wallets/torus.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,8 @@ nav:
538538
- Create Venly wallet: tools/wallets/venly/create-wallet.md
539539
- Venly wallet API: tools/wallets/venly/wallet-api.md
540540
- Venly widget: tools/wallets/venly/venly-widget.md
541-
- Fortmatic: https://docs.fortmatic.com/
542541
- Openfort: tools/wallets/openfort.md
543542
- Particle Network: tools/wallets/particle-network.md
544-
- Portis: tools/wallets/portis.md
545-
- Torus: tools/wallets/torus.md
546543
- WalletConnect: tools/wallets/walletconnect.md
547544
- Reown:
548545
- Intro: tools/wallets/reown.md

0 commit comments

Comments
 (0)