UNPKG

@abstraxn/bundler

Version:

Abstraxn Bundler package to interact with any bundler node as per ERC4337 standard

14 lines (13 loc) 406 B
import { ChainId } from "@abstraxn/core-types"; export declare const UserOpReceiptIntervals: { [key in ChainId]?: number; }; export declare const UserOpWaitForTxHashIntervals: { [key in ChainId]?: number; }; export declare const UserOpReceiptMaxDurationIntervals: { [key in ChainId]?: number; }; export declare const UserOpWaitForTxHashMaxDurationIntervals: { [key in ChainId]?: number; };