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 d0d7fbc commit 15d7a43Copy full SHA for 15d7a43
1 file changed
packages/controller-utils/src/util.ts
@@ -10,12 +10,13 @@ import {
10
} from '@metamask/utils';
11
import type { BigNumber } from 'bignumber.js';
12
import BN from 'bn.js';
13
-export type { BigNumber };
14
import ensNamehash from 'eth-ens-namehash';
15
import deepEqual from 'fast-deep-equal';
16
17
import { MAX_SAFE_CHAIN_ID } from './constants';
18
+export type { BigNumber };
19
+
20
const TIMEOUT_ERROR = new Error('timeout');
21
22
export const PROTOTYPE_POLLUTION_BLOCKLIST = [
0 commit comments