curl --request POST 'https://{network}-bundler.etherspot.io' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc":"2.0","id":1,
    "method":"eth_supportedEntryPoints",
    "params":[]
}'
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": [
        "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
    ]
}
curl --request POST 'https://{network}-bundler.etherspot.io' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc":"2.0","id":1,
    "method":"eth_supportedEntryPoints",
    "params":[]
}'
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": [
        "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
    ]
}

The entrypoint is the same across all EVM networks, the one at the top is the most recent. The ones listed here are compatible with Skandha.

AddressCommit
0x0000000071727De22E5E9d8BAf0edAc6f37da032https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.7
0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789https://github.com/eth-infinitism/account-abstraction/tree/releases/v0.6
0x0576a174D229E3cFA37253523E645A78A0C91B57 deprecatedhttps://github.com/eth-infinitism/account-abstraction/tree/releases/v0.5