mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
gas limit 1 mil
This commit is contained in:
parent
7d62aeee63
commit
8195645958
@ -8,7 +8,7 @@ import { didZeroX, Logger } from '../utils'
|
||||
// Using limited, compress-only version
|
||||
// See https://github.com/LZMA-JS/LZMA-JS#but-i-dont-want-to-use-web-workers
|
||||
import { LZMA } from 'lzma/src/lzma-c'
|
||||
const DEFAULT_GAS_LIMIT = 10000000
|
||||
const DEFAULT_GAS_LIMIT = 1000000
|
||||
/**
|
||||
* Provides an interface with Metadata Cache.
|
||||
* Metadata Cache provides an off-chain database store for metadata about data assets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user