From a67bd1348e6fa2e10db6ef1c1fd7a6c9dcd79f93 Mon Sep 17 00:00:00 2001 From: Zoe Braiterman Date: Mon, 29 Jan 2024 13:33:01 -0500 Subject: [PATCH] Update MetaMask and Exodus wallet references --- content/en/curriculum/web3/wallets/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/curriculum/web3/wallets/index.md b/content/en/curriculum/web3/wallets/index.md index 1c84e58c..62f8e28e 100644 --- a/content/en/curriculum/web3/wallets/index.md +++ b/content/en/curriculum/web3/wallets/index.md @@ -78,10 +78,10 @@ In the category of non-custodial wallets, there are two types: software and hard Software wallets are applications that run on your computer or phone. The most popular software-based wallets are browser plugins like -[Metamask](https://metamask.io/). Browser plugin wallets are convenient because +[MetaMask](https://metamask.io/). Browser plugin wallets are convenient because they can automatically interact with the websites that you visit, once you give them permission. Browser plugins typically support one network family at a -time, like Ethereum or Solana. Desktop application wallets like [Exodus]() +time, like Ethereum or Solana. Desktop application wallets like [Exodus](https://www.exodus.com/) typically support the majority of cryptocurrencies in one package and are convenient for managing a whole portfolio. They provide a beautiful interface with many useful features.