getSupportedEntryPoints
Returns an array of EntryPoint contract addresses that are supported by the bundler.
Usage
example.ts
import { nexusClient } from "./nexusClient"
// Get supported entry points
const entryPoints = await nexusClient.getSupportedEntryPoints()
// Returns: ["0x0000000071727De22E5E9d8BAf0edAc6f37da032"]
Returns
readonly Address[]
Returns an array of EntryPoint contract addresses that the bundler supports. These addresses can be used when configuring your smart account client or when sending User Operations.