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

chore: Update wording #5787

Merged
merged 1 commit into from
May 22, 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
2 changes: 1 addition & 1 deletion src/components/web3/SanctionedWalletModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function onClose() {
>
<p class="pb-3 text-sm">
Your wallet address cannot use this site because it has been flagged as
high risk by our compliance partner, TRM Labs.
high risk by our compliance partner, Hypernative.
</p>
<p class="pb-3 text-sm">
This website is open source and permissionless. Anyone can fork and run
Expand Down
2 changes: 1 addition & 1 deletion src/components/web3/ThirdPartyServicesModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const services = [
'the-graph',
'fathom-analytics',
'appzi',
'TRM-labs',
'hypernative',
'sentry',
'amazon-web-services',
];
Expand Down
2 changes: 1 addition & 1 deletion src/locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@
"alchemy": "Used to fetch on-chain data and constructs contract calls with an Alchemy API.",
"the-graph": "Used to fetch blockchain data from The Graph’s hosted service.",
"fathom-analytics": "Used to understand user behavior on the site and marketing performance.",
"TRM-labs": "Used to securely collect wallet addresses and shares it with TRM Labs Inc. for risk and compliance reasons.",
"hypernative": "Used to securely check wallet addresses and shares it with Hypernative Inc. for risk and compliance reasons.",
"sentry": "Used for error tracking and performance monitoring.",
"appzi": "Used to capture and store user feedback from optional surveys",
"amazon-web-services": "Used for a variety of infrastructure services, but primarily to fetch and cache blockchain data."
Expand Down
2 changes: 1 addition & 1 deletion src/pages/privacy-policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
</p>

<p>
With our compliance partner, TRM Labs, we only share wallet
With our compliance partner, Hypernative, we only share wallet
addresses used to connect a wallet to our UI (all other user
information like IP addresses, device identifiers and location are
not shared). The code for the UI is open source, and can be
Expand Down
Loading