This commit is contained in:
Aleksandr Kraiz
2023-05-09 22:48:28 +04:00
parent 733d39804e
commit e05dfe6695
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import type { Exchange } from '@orionprotocol/contracts/lib/ethers-v5';
import type { Exchange } from '@orionprotocol/contracts/lib/ethers-v5/index.js';
import type { BigNumber } from 'bignumber.js';
import type { ethers } from 'ethers';
import type { OrionAggregator } from '../services/OrionAggregator/index.js';