From 3ddf64f1dfeb6e2494c4cf1d5aba38301fab2c62 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 12 Oct 2020 04:42:17 -0700 Subject: [PATCH] removed typo --- src/balancer/OceanPool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/balancer/OceanPool.ts b/src/balancer/OceanPool.ts index c52ac60c..d81abf6c 100644 --- a/src/balancer/OceanPool.ts +++ b/src/balancer/OceanPool.ts @@ -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'