Skip to content

Commit

Permalink
Merge pull request #2 from ethui/gabrielpoca-firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 authored Dec 26, 2024
2 parents 1a669de + f4c2ff8 commit 51446ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/onboarding/extension/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import { AiOutlineChrome, AiOutlineGithub } from "react-icons/ai";
import { FaFirefoxBrowser } from "react-icons/fa";

const CHROME_EXTENSION =
"https://chrome.google.com/webstore/detail/iron-wallet/eljobehkpcnpekmbcjiidekjhkbcnpkf";
"https://chrome.google.com/webstore/detail/ethui/eljobehkpcnpekmbcjiidekjhkbcnpkf";
const FIREFOX_EXTENSION =
"https://addons.mozilla.org/en-US/firefox/addon/iron-wallet/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search";
"https://addons.mozilla.org/en-US/firefox/addon/ethui/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search";
const GITHUB_LATEST_RELEASE = "https://github.com/ethui/ethui/releases/latest";

const { chains, publicClient } = configureChains(
Expand Down

0 comments on commit 51446ff

Please sign in to comment.