From 58165da09db928476d05bf7a90d56b7ea9d252c7 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Wed, 22 May 2024 19:51:52 +0100 Subject: [PATCH] chore: Replace TRM with hypernative --- src/components/web3/SanctionedWalletModal.vue | 2 +- src/components/web3/ThirdPartyServicesModal.vue | 2 +- src/locales/default.json | 2 +- src/pages/privacy-policy.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/web3/SanctionedWalletModal.vue b/src/components/web3/SanctionedWalletModal.vue index c074e46fc5..ccd1d1d34d 100644 --- a/src/components/web3/SanctionedWalletModal.vue +++ b/src/components/web3/SanctionedWalletModal.vue @@ -34,7 +34,7 @@ function onClose() { >

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.

This website is open source and permissionless. Anyone can fork and run diff --git a/src/components/web3/ThirdPartyServicesModal.vue b/src/components/web3/ThirdPartyServicesModal.vue index e2e33377be..4e947d40c4 100644 --- a/src/components/web3/ThirdPartyServicesModal.vue +++ b/src/components/web3/ThirdPartyServicesModal.vue @@ -57,7 +57,7 @@ const services = [ 'the-graph', 'fathom-analytics', 'appzi', - 'TRM-labs', + 'hypernative', 'sentry', 'amazon-web-services', ]; diff --git a/src/locales/default.json b/src/locales/default.json index f8b8519efc..37980dd41d 100644 --- a/src/locales/default.json +++ b/src/locales/default.json @@ -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." diff --git a/src/pages/privacy-policy.vue b/src/pages/privacy-policy.vue index bb8668dfcc..36fced93de 100644 --- a/src/pages/privacy-policy.vue +++ b/src/pages/privacy-policy.vue @@ -312,7 +312,7 @@

- 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