Bump contracts

This commit is contained in:
Aleksandr Kraiz
2022-05-29 19:17:56 +04:00
parent 9bfd2617be
commit da67332e5f
13 changed files with 37 additions and 47 deletions

View File

@@ -3,8 +3,8 @@ import { Provider } from '@ethersproject/providers';
import {
Exchange as ExchangeContract,
Exchange__factory as ExchangeContract__factory,
} from '@orionprotocol/contracts/ethers';
import { LibAtomic } from '@orionprotocol/contracts/ethers/Exchange';
} from '@orionprotocol/contracts';
import { LibAtomic } from '@orionprotocol/contracts/lib/ethers/Exchange';
import { BytesLike, ethers, Signer } from 'ethers';
import {
DEPOSIT_ERC20_GAS_LIMIT, DEPOSIT_ETH_GAS_LIMIT, LOCKATOMIC_GAS_LIMIT,