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 e9389f7 commit f3315feCopy full SHA for f3315fe
packages/transaction-pay-controller/src/strategy/relay/relay-quotes.test.ts
@@ -9,11 +9,11 @@ import {
9
} from './constants';
10
import { getRelayQuotes } from './relay-quotes';
11
import type { RelayQuote } from './types';
12
+import { NATIVE_TOKEN_ADDRESS } from '../../constants';
13
import { getMessengerMock } from '../../tests/messenger-mock';
14
import type { QuoteRequest } from '../../types';
15
import { calculateGasCost, calculateTransactionGasCost } from '../../utils/gas';
16
import { getNativeToken, getTokenFiatRate } from '../../utils/token';
-import { NATIVE_TOKEN_ADDRESS } from '../../constants';
17
18
jest.mock('../../utils/token');
19
jest.mock('../../utils/gas');
0 commit comments