1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove unwanted dep

This commit is contained in:
alexcos20 2020-10-14 03:02:35 -07:00
parent 457b2a108a
commit da5e3dcc26

View File

@ -4,8 +4,6 @@ import { TransactionReceipt } from 'web3-core'
import { Pool } from './Pool'
import { EventData, Filter } from 'web3-eth-contract'
import BigNumber from 'bignumber.js'
import Decimal from 'decimal.js'
import { createDiffieHellman } from 'crypto'
declare type PoolTransactionType = 'swap' | 'join' | 'exit'