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 9d3c657 commit 409d0f6Copy full SHA for 409d0f6
app/scripts/lib/transaction/containers/util.test.ts
@@ -16,7 +16,6 @@ import { enforceSimulations } from './enforced-simulations';
16
jest.mock('./enforced-simulations');
17
18
const TRANSACTION_ID_MOCK = '123-456';
19
-const CHAIN_ID_MOCK = '0x123' as const;
20
const ESTIMATE_GAS_MOCK = '0x456' as const;
21
const NEW_DATA_MOCK = '0x789' as const;
22
0 commit comments