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:
parent
bce0efc67e
commit
21178025ee
26383
package-lock.json
generated
26383
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
},
|
||||
|
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
export * from './Dispenser'
|
@ -0,0 +1 @@
|
||||
export * from './FixedRateExchange'
|
Loading…
x
Reference in New Issue
Block a user