getSupportedEntryPoints
Returns the EntryPoints that the bundler supports.
Usage
example.ts
import { bundlerClient } from './client'
const entryPoints = await bundlerClient.getSupportedEntryPoints()
["0x0000000071727De22E5E9d8BAf0edAc6f37da032"]
Returns
readonly Address[]
The EntryPoints that the bundler supports.