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

Merge pull request #416 from oceanprotocol/bug/fix_bpool_create_price

update bpool creation gas estimate
This commit is contained in:
Alex Coseru 2020-10-27 17:41:29 +02:00 committed by GitHub
commit 44c299ecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import jsonFactoryABI from '@oceanprotocol/contracts/artifacts/BFactory.json'
import { TransactionReceipt } from 'web3-core'
export class PoolFactory {
public GASLIMIT_DEFAULT = 8000000
public GASLIMIT_DEFAULT = 1000000
public web3: Web3 = null
public factoryABI: AbiItem | AbiItem[]
public factoryAddress: string