-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Refactor chunk array to have it's gas limits in a configurable place:
const CONSERVATIVE_BLOCK_GAS_LIMIT = 10_000_000; // conservative, hard-coded estimate of the current block gas limit
export const DEFAULT_GAS_REQUIRED = 200_000; // the default value for calls that don't specify gasRequired
See chunkArray.ts
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working