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,7 +1,7 @@
import { BigNumber } from 'bignumber.js';
import { ethers } from 'ethers';
import clone from 'just-clone';
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5';
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5/index.js';
import { APPROVE_ERC20_GAS_LIMIT, NATIVE_CURRENCY_PRECISION } from './constants/index.js';
import type {
AggregatedBalanceRequirement, ApproveFix, Asset, BalanceIssue, BalanceRequirement, Source,