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

more lint errors fixed

This commit is contained in:
Bogdan Fazakas 2021-10-21 11:46:20 +03:00
parent bce0efc67e
commit 21178025ee
5 changed files with 26360 additions and 29 deletions

26383
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,7 @@
"node-abort-controller": "^2.0.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.6.0",
"web3": ">=1.3.5",
"web3-core": "^1.5.3",
"web3-eth-contract": "^1.5.2"
},

View File

@ -6,7 +6,7 @@ import defaultERC20ABI from '@oceanprotocol/contracts/artifacts/contracts/interf
import { PoolFactory } from './PoolFactory'
import { Logger } from '../../utils'
export class OceanPoolV4 extends PoolFactory {
export class OceanPool extends PoolFactory {
public oceanAddress: string = null
public dtAddress: string = null
public startBlock: number

View File

@ -0,0 +1 @@
export * from './Dispenser'

View File

@ -0,0 +1 @@
export * from './FixedRateExchange'