We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13717f commit c8f0a3aCopy full SHA for c8f0a3a
1 file changed
app/components/UI/Bridge/hooks/useSourceAmountInput/index.ts
@@ -1,7 +1,7 @@
1
import { useCallback, useEffect, useMemo, useState } from 'react';
2
import { useSelector } from 'react-redux';
3
import { selectCurrentCurrency } from '../../../../../selectors/currencyRateController';
4
-import { getCurrencySymbol } from '../../../../../util/number';
+import { getCurrencySymbol } from '../../../../../util/number/bigint';
5
import { MAX_INPUT_LENGTH } from '../../components/TokenInputArea';
6
import { BridgeToken } from '../../types';
7
import { formatAmountWithLocaleSeparators } from '../../utils/formatAmountWithLocaleSeparators';
0 commit comments