Skip to content

[feature] Support Smart Accounts on Ink Network #526

@jesseinkfnd

Description

@jesseinkfnd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions