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

Update PoolFactory.ts

This commit is contained in:
Alex Coseru 2020-10-27 14:50:28 +02:00 committed by GitHub
parent 1cfbef61fd
commit 4c1c4d0f88
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' import { TransactionReceipt } from 'web3-core'
export class PoolFactory { export class PoolFactory {
public GASLIMIT_DEFAULT = 8000000 public GASLIMIT_DEFAULT = 100000
public web3: Web3 = null public web3: Web3 = null
public factoryABI: AbiItem | AbiItem[] public factoryABI: AbiItem | AbiItem[]
public factoryAddress: string public factoryAddress: string