🎉 We raised $4.2 million from a16z to power Ethereum's transition to smart accounts! Read more →
Pimlico Logo
TutorialsTutorialspermissionless.jspermissionless.jsBundlerBundlerVerifying PaymasterVerifying PaymasterERC-20 PaymasterERC-20 PaymasterDashboard ↗Dashboard ↗ (opens in a new tab)Contact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Overview
    • Bundler Client
    • Pimlico Bundler Client
    • Pimlico Paymaster Client
    • sendUserOperation
    • estimateUserOperationGas
    • getUserOperationReceipt
    • waitForUserOperationReceipt
    • getUserOperationByHash
    • supportedEntryPoints
    • getUserOperationGasPrice
    • getUserOperationStatus
    • sponsorUserOperation
    • getSenderAddress
    • getAccountNonce
    • getUserOperationHash
    • signUserOperationHashWithECDSA
    • Overview
    • Tutorial 1 — Submit a User Operation with a Verifying Paymaster
    • Tutorial 2 — Submit a User Operation with an ERC-20 Paymaster
      • Lit Protocol
    • Home
      • Overview
        • Bundler Client
        • Pimlico Bundler Client
        • Pimlico Paymaster Client
        • sendUserOperation
        • estimateUserOperationGas
        • getUserOperationReceipt
        • waitForUserOperationReceipt
        • getUserOperationByHash
        • supportedEntryPoints
          • Usage
          • Returns
          • JSON-RPC Method
        • getUserOperationGasPrice
        • getUserOperationStatus
        • sponsorUserOperation
        • getSenderAddress
        • getAccountNonce
        • getUserOperationHash
        • signUserOperationHashWithECDSA
    • Overview
      • How to Bundle a User Operation
      • How to Estimate the Gas Limits for a User Operation
      • Overview
      • Endpoints
      • Common Errors
    • Overview
      • How to Sponsor a User Operation
      • Overview
      • Endpoints
      • Common Errors
    • Overview
      • Contract Addresses
      • ERC20 Paymaster SDK
      • Overview
      • Architecture
      • FAQs
    • Overview
    • About Account Abstraction
  • Dashboard ↗ (opens in a new tab)
  • Contact ↗ (opens in a new tab)

supportedEntryPoints

Return the Entry Points supported by the bundler.

Usage

import { bundlerClient } from "./client"
 
const supportedEntryPoints = await bundlerClient.supportedEntryPoints()
/**
 * ["0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"]
 */

Returns

  • Type: Address[]

The Entry Points supported by the bundler.

JSON-RPC Method

eth_supportedEntryPoints (opens in a new tab)

getUserOperationByHashgetUserOperationGasPrice

Pimlico © 2023