mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-11 13:38:38 +03:00
Webpack / contracts
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/* eslint-disable camelcase */
|
||||
import { Provider } from '@ethersproject/providers';
|
||||
import { BytesLike, ethers, Signer } from 'ethers';
|
||||
import {
|
||||
Exchange as ExchangeContract,
|
||||
Exchange__factory as ExchangeContract__factory,
|
||||
} from '../artifacts/contracts';
|
||||
import { LibAtomic } from '../artifacts/contracts/Exchange';
|
||||
} from '@orionprotocol/contracts/ethers';
|
||||
import { LibAtomic } from '@orionprotocol/contracts/ethers/Exchange';
|
||||
import { BytesLike, ethers, Signer } from 'ethers';
|
||||
import {
|
||||
DEPOSIT_ERC20_GAS_LIMIT, DEPOSIT_ETH_GAS_LIMIT, LOCKATOMIC_GAS_LIMIT,
|
||||
REDEEMATOMIC_GAS_LIMIT, SWAP_THROUGH_ORION_POOL_GAS_LIMIT, WITHDRAW_GAS_LIMIT,
|
||||
|
||||
Reference in New Issue
Block a user