-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem does this new feature solve?
Currently, when attempting to execute transactions using Smart Accounts (SAs) on the Ink network, the system throws the following error:
Error: Smart accounts not enabled for chain
code: -32000
message: "Smart accounts not enabled for chain"
This prevents users from using smart account features (such as account abstraction or batched operations) on Ink. It limits compatibility with dApps expecting Smart Account support and breaks consistency with other supported networks.
Describe the solution you'd like
Add full Smart Account (SA) support for the Ink network and Ink Sepolia Testnet within the SDK and RPC layer.
This should include:
- Network config entries for Ink and Ink Sepolia
- Proper chain handling to enable Smart Account operations
- Graceful fallback or error handling when SAs are not supported
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request