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

Wallet validator unstaking1 #7403

Merged
merged 16 commits into from
Jan 17, 2023
Prev Previous commit
Next Next commit
rm growthbook setAttribute
  • Loading branch information
Jibz1 committed Jan 17, 2023
commit 241c2c9fa017763dcd23cc0ebf6e56fa3f02ed4c
5 changes: 0 additions & 5 deletions apps/wallet/src/shared/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useLocation } from 'react-router-dom';
import Browser from 'webextension-polyfill';

import { trackPageview, trackEvent } from '../plausible';
import { growthbook } from '_app/experimentation/feature-gating';
import { useAppSelector } from '_hooks';
import { growthbook } from '_src/ui/app/experimentation/feature-gating';

Expand Down Expand Up @@ -35,10 +34,6 @@ export function usePageView() {
trackPageview({
url: location.pathname,
});

growthbook.setAttributes({
network: activeNetwork,
});
// Send a network event to Plausible with the page and url params
trackEvent('PageByNetwork', {
props: {
Expand Down