File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- export * from './tradequote ' ;
1
+ export * from './tradeQuoter ' ;
2
2
export * from './coingecko' ;
3
3
export * from './gasOracle' ;
4
4
export * from './zeroex' ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ import { ether } from '@setprotocol/set-protocol-v2/dist/utils/common';
23
23
import TradeAPI from '@src/api/TradeAPI' ;
24
24
import TradeModuleWrapper from '@src/wrappers/set-protocol-v2/TradeModuleWrapper' ;
25
25
import type SetTokenAPI from '@src/api/SetTokenAPI' ;
26
- import { TradeQuoter } from '@src/api/utils/tradequote ' ;
26
+ import { TradeQuoter } from '@src/api/utils' ;
27
27
import { expect } from '@test/utils/chai' ;
28
28
import { TradeQuote } from '@src/types' ;
29
29
30
30
const provider = new ethers . providers . JsonRpcProvider ( 'http://localhost:8545' ) ;
31
31
32
32
jest . mock ( '@src/wrappers/set-protocol-v2/TradeModuleWrapper' ) ;
33
- jest . mock ( '@src/api/utils/tradequote ' ) ;
33
+ jest . mock ( '@src/api/utils/tradeQuoter ' ) ;
34
34
35
35
describe ( 'TradeAPI' , ( ) => {
36
36
let tradeModuleAddress : Address ;
You can’t perform that action at this time.
0 commit comments