DEFAULT_PAYMASTERS: {
    v060: {
        "0x00000f7365cA6C59A2C93719ad53d567ed49c14C": {
            dummyPaymasterAndData: string;
            type: string;
        };
        "0x00000f79b7faf42eebadba19acc07cd08af44789": {
            dummyPaymasterAndData: string;
            type: string;
        };
    };
    v070: {
        "0x00000000301515A5410e0d768aF4f53c416edf19": {
            dummyPaymasterData: string;
            postOpGasLimit: bigint;
            type: string;
        };
        "0x00000072a5f551d6e80b2f6ad4fb256a27841bbc": {
            dummyPaymasterData: string;
            postOpGasLimit: bigint;
            type: string;
        };
    };
} = ...

Type declaration

  • v060: {
        "0x00000f7365cA6C59A2C93719ad53d567ed49c14C": {
            dummyPaymasterAndData: string;
            type: string;
        };
        "0x00000f79b7faf42eebadba19acc07cd08af44789": {
            dummyPaymasterAndData: string;
            type: string;
        };
    }
  • v070: {
        "0x00000000301515A5410e0d768aF4f53c416edf19": {
            dummyPaymasterData: string;
            postOpGasLimit: bigint;
            type: string;
        };
        "0x00000072a5f551d6e80b2f6ad4fb256a27841bbc": {
            dummyPaymasterData: string;
            postOpGasLimit: bigint;
            type: string;
        };
    }