Soneium Minato (testnet)
Soneium Mainnet
What “EntryPoint v0.7” means for you
The EntryPoint contract is the onchain singleton that validates and executes UserOperations. Versionv0.7 is the current spec; the practical implications are:
- The SDK encodes UserOperations in the v0.7 layout (
paymasterAndDatais split intopaymaster,paymasterVerificationGasLimit, andpaymasterPostOpGasLimit). - The bundler accepts the
eth_sendUserOperationJSON-RPC method with the v0.7 schema. - ERC-7579 module actions reference EntryPoint v0.7 selectors when building installation calldata.
Token paymaster supported tokens
The Startale Token Paymaster accepts the tokens below as gas. Pass the token address aspaymasterContext.token in createSmartAccountClient.
Soneium Minato
Soneium Mainnet
The list above is updated whenever a new token is whitelisted; verify the latest addresses against the SCS Portal before shipping.
Network selection in code
Next steps
Contracts and audits
Deployed account, factory, paymaster, and validator addresses per network.
ERC-20 paymaster
Charge users in any of the supported tokens above.