Skip to content

Commit

Permalink
Merge branch 'develop' into remove-unused-rpc-handler-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed May 10, 2024
2 parents 2c1d1a3 + 0fdfdac commit 5edfc0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/scripts/lib/createRPCMethodTrackingMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ import {

///: BEGIN:ONLY_INCLUDE_IF(blockaid)
import { SIGNING_METHODS } from '../../../shared/constants/transaction';

import { getBlockaidMetricsProps } from '../../../ui/helpers/utils/metrics';
///: END:ONLY_INCLUDE_IF
import {
REDESIGN_APPROVAL_TYPES,
REDESIGN_TRANSACTION_TYPES,
} from '../../../ui/pages/confirmations/utils/confirm';
import { getBlockaidMetricsProps } from '../../../ui/helpers/utils/metrics';
///: END:ONLY_INCLUDE_IF
import { getSnapAndHardwareInfoForMetrics } from './snap-keyring/metrics';

/**
Expand Down

0 comments on commit 5edfc0d

Please sign in to comment.