bump: contracts

This commit is contained in:
Aleksandr Kraiz
2023-05-09 14:33:08 +04:00
parent 596b0664d5
commit 733d39804e
13 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import { ERC20__factory } from '@orionprotocol/contracts';
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5';
import { ethers } from 'ethers';
import invariant from 'tiny-invariant';

View File

@@ -1,5 +1,5 @@
import { ERC20__factory, type Exchange } from '@orionprotocol/contracts';
import type { Exchange } from '@orionprotocol/contracts/lib/ethers-v5';
import { ERC20__factory } from '@orionprotocol/contracts/lib/ethers-v5'
import type { BigNumber } from 'bignumber.js';
import { ethers } from 'ethers';
import { INTERNAL_ORION_PRECISION, NATIVE_CURRENCY_PRECISION } from '../constants/index.js';

View File

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

View File

@@ -1,4 +1,4 @@
import { Exchange__factory } from '@orionprotocol/contracts';
import { Exchange__factory } from '@orionprotocol/contracts/lib/ethers-v5';
import { ethers } from 'ethers';
import { z } from 'zod';