mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-31 01:58:06 +03:00
fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Exchange } from '@orionprotocol/contracts/lib/ethers-v5';
|
||||
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5'
|
||||
import type { Exchange } from '@orionprotocol/contracts/lib/ethers-v5/index.js';
|
||||
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5/index.js';
|
||||
import type { BigNumber } from 'bignumber.js';
|
||||
import { ethers } from 'ethers';
|
||||
import { INTERNAL_ORION_PRECISION, NATIVE_CURRENCY_PRECISION } from '../constants/index.js';
|
||||
|
||||
Reference in New Issue
Block a user