Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consensys.net -> consensys.io #22412

Merged
merged 8 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading