Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Feb 14, 2025
1 parent eb82eb2 commit 8b4fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/WalletConnect/WalletConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import NotificationManager from '../NotificationManager';
import { msBetweenDates, msToHours } from '../../util/date';
import { addTransaction } from '../../util/transaction-controller';
import URL from 'url-parse';
import parseWalletConnectUri from './wc-utils';
import { parseWalletConnectUri } from './wc-utils';
import { store } from '../../store';
import { selectChainId } from '../../selectors/networkController';
import ppomUtil from '../../../app/lib/ppom/ppom-util';
Expand Down

0 comments on commit 8b4fb9f

Please sign in to comment.