Account Abstraction
Entrypoints
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.
Address | Commit |
---|---|
0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 | https://github.com/eth-infinitism/account-abstraction/commit/9b5f2e4bb30a81aa30761749d9e2e43fee64c768 |
https://github.com/eth-infinitism/account-abstraction/commit/7368f3d |
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"
]
}