supportedEntryPoints
Return the Entry Points supported by the bundler.
Usage
example.ts
import { bundlerClient } from "./client"
 
const supportedEntryPoints = await bundlerClient.supportedEntryPoints()
/**
 * ["0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"]
 */Returns
- Type: Address[]
The Entry Points supported by the bundler.