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:
commit
44c299ecfb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user