mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
bug fix
This commit is contained in:
parent
677ed0c492
commit
07c3835759
@ -913,7 +913,7 @@ export class OceanPool extends Pool {
|
||||
const factory = new this.web3.eth.Contract(this.factoryABI, this.factoryAddress)
|
||||
|
||||
const events = await factory.getPastEvents('BPoolRegistered', {
|
||||
filter: account ? { registeredBy: account } : {},
|
||||
filter: {},
|
||||
fromBlock: BPFACTORY_DEPLOY_BLOCK,
|
||||
toBlock: 'latest'
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user