mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-05 20:48:12 +03:00
Webpack / contracts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Exchange } from '@orionprotocol/contracts/ethers';
|
||||
import BigNumber from 'bignumber.js';
|
||||
import { ethers } from 'ethers';
|
||||
import { contracts } from '..';
|
||||
import { OrionAggregator } from '../services/OrionAggregator';
|
||||
import getBalance from './getBalance';
|
||||
|
||||
@@ -8,7 +8,7 @@ export default async (
|
||||
balancesRequired: Partial<Record<string, string>>,
|
||||
orionAggregator: OrionAggregator,
|
||||
walletAddress: string,
|
||||
exchangeContract: contracts.Exchange,
|
||||
exchangeContract: Exchange,
|
||||
provider: ethers.providers.Provider,
|
||||
) => {
|
||||
const balances = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user