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

removed typo

This commit is contained in:
alexcos20 2020-10-12 04:42:17 -07:00
parent a148ae7613
commit 3ddf64f1df

View File

@ -3,7 +3,7 @@ import { AbiItem } from 'web3-utils/types'
import { TransactionReceipt } from 'web3-core'
import { Pool } from './Pool'
import { EventData, Filter } from 'web3-eth-contract'
import { parse } from 'path'
declare type PoolTransactionType = 'swap' | 'join' | 'exit'