Skip to content

Commit

Permalink
consensys.net -> consensys.io (#22412)
Browse files Browse the repository at this point in the history
## **Description**

Update consensys.net url to consensys.io

## **Related issues**

Consensys/dx-team#1703

## **Manual testing steps**

n/a

## **Screenshots/Recordings**

n/a

### **Before**

n/a

### **After**

n/a

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've clearly explained what problem this PR is solving and how it
is solved.
- [x] I've linked related issues
- [x] I've included manual testing steps
- [x] I've included screenshots/recordings if applicable
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [x] I’ve properly set the pull request status:
  - [x] In case it's not yet "ready for review", I've set it to "draft".
- [x] In case it's "ready for review", I've changed it from "draft" to
"non-draft".

## **Pre-merge reviewer checklist**

- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.

---------

Co-authored-by: Victor Thomas <10986371+vthomas13@users.noreply.github.com>
  • Loading branch information
kevin-chassagne and vthomas13 committed Jan 5, 2024
1 parent fa8efdd commit fc8d223
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions shared/lib/ui-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ export const SUPPORT_LINK = process.env.SUPPORT_LINK;

export const COINGECKO_LINK = 'https://www.coingecko.com/';
export const CRYPTOCOMPARE_LINK = 'https://www.cryptocompare.com/';
export const PRIVACY_POLICY_LINK = 'https://consensys.net/privacy-policy/';
export const PRIVACY_POLICY_LINK = 'https://consensys.io/privacy-policy/';

// TODO make sure these links are correct
export const ETHERSCAN_PRIVACY_LINK = 'https://etherscan.io/privacyPolicy';
export const CONSENSYS_PRIVACY_LINK = 'https://consensys.net/privacy-policy/';
export const CONSENSYS_PRIVACY_LINK = 'https://consensys.io/privacy-policy/';
export const AUTO_DETECT_TOKEN_LEARN_MORE_LINK =
'https://consensys.net/privacy-policy/';
'https://consensys.io/privacy-policy/';
export const CONSENSYS_TERMS_OF_USE = 'https://consensys.io/terms-of-use';

export const OPENSEA_TERMS_OF_USE = 'https://opensea.io/securityproviderterms';
2 changes: 1 addition & 1 deletion test/data/mock-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"snapDescription": "A simple private key is a randomly generated string of characters that is used to sign transactions. This private key is stored securely within this snap.",
"tags": ["EOA"],
"developer": "Metamask",
"website": "https://www.consensys.net/",
"website": "https://www.consensys.io/",
"auditUrls": ["auditUrl1", "auditUrl2"],
"version": "1.0.0",
"lastUpdated": "April 20, 2023"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SignatureRequestOriginalWarning = ({
>
{t('signatureRequestWarning', [
<a
href="https://consensys.net/blog/metamask/the-seal-of-approval-know-what-youre-consenting-to-with-permissions-and-approvals-in-metamask/"
href="https://consensys.io/blog/the-seal-of-approval-know-what-youre-consenting-to-with-permissions-and-approvals-in-metamask"
target="_blank"
type="link"
key="non_custodial_link"
Expand Down
8 changes: 4 additions & 4 deletions ui/components/app/terms-of-use-popup/terms-of-use-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function TermsOfUsePopup({ onAccept }) {
utilizing decentralized technologies, such as Ethereum, our software
is powering a revolution in commerce and finance and helping to
optimize business processes. ConsenSys hosts a top level domain
website, www.consensys.net, that serves information regarding
website, www.consensys.io, that serves information regarding
ConsenSys and our Offerings, as defined below, as well as
sub-domains for our products or services (the top level domain with
the sub-domains collectively referred to as the “Site”), which
Expand All @@ -138,7 +138,7 @@ export default function TermsOfUsePopup({ onAccept }) {
collection, use, disclosure and other handling of information as
described in our{' '}
<ButtonLink
href="https://consensys.net/privacy-policy/"
href="https://consensys.io/privacy-policy/"
target="_blank"
rel="noopener noreferrer"
color={Color.primaryDefault}
Expand Down Expand Up @@ -1120,13 +1120,13 @@ export default function TermsOfUsePopup({ onAccept }) {
<Text variant={TextVariant.bodySm} marginBottom={4}>
“Privacy Policy” means the privacy policy located at{' '}
<ButtonLink
href="https://consensys.net/privacy-policy"
href="https://consensys.io/privacy-policy"
target="_blank"
rel="noopener noreferrer"
color={Color.primaryDefault}
variant={TextVariant.bodySm}
>
https://consensys.net/privacy-policy
https://consensys.io/privacy-policy
</ButtonLink>{' '}
(and any successor or related locations designated by us), as it may
be updated by us from time to time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ exports[`Onboarding Metametrics Component should match snapshot 1`] = `
* When you use Infura as your default RPC provider in MetaMask, Infura will collect your IP address and your Ethereum wallet address when you send a transaction. We don’t store this information in a way that allows our systems to associate those two pieces of data. For more information on how MetaMask and Infura interact from a data collection perspective, see our update
<a
href="https://consensys.net/blog/news/consensys-data-retention-update/"
href="https://consensys.io/blog/consensys-data-retention-update"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/onboarding-flow/metametrics/metametrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function OnboardingMetametrics() {
>
{t('onboardingMetametricsInfuraTerms', [
<a
href="https://consensys.net/blog/news/consensys-data-retention-update/"
href="https://consensys.io/blog/consensys-data-retention-update"
target="_blank"
rel="noopener noreferrer"
key="retention-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function PrivacySettings() {
<>
{t('onboardingAdvancedPrivacyNetworkDescription', [
<a
href="https://consensys.net/privacy-policy/"
href="https://consensys.io/privacy-policy/"
key="link"
target="_blank"
rel="noopener noreferrer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ exports[`Security Tab should match snapshot 1`] = `
</a>
APIs to display your balance and token price.
<a
href="https://consensys.net/privacy-policy/"
href="https://consensys.io/privacy-policy/"
rel="noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -759,7 +759,7 @@ exports[`Security Tab should match snapshot 1`] = `
We use Infura as our remote procedure call (RPC) provider to offer the most reliable and private access to Ethereum data we can. You can choose your own RPC, but remember that any RPC will receive your IP address and Ethereum wallet to make transactions. Read our
<a
href="https://consensys.net/privacy-policy/"
href="https://consensys.io/privacy-policy/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1072,7 +1072,7 @@ exports[`Security Tab should match snapshot 1`] = `
We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want the app to automatically pull data from those services.
<a
href="https://consensys.net/privacy-policy/"
href="https://consensys.io/privacy-policy/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit fc8d223

Please sign in to comment.