permissionless.js icon indicating copy to clipboard operation
permissionless.js copied to clipboard

signerToEcdsaKernelSmartAccount doesn't work for Blast

Open cstoneham opened this issue 1 year ago • 2 comments

Description

Creating Kernel wallets returns zero address on Blast network.

Details

"permissionless": "^0.1.30",

Repro Steps

const privateKey = generatePrivateKey();
const publicClient = createPublicClient({
        chain: blast,
        transport: http(rpcUrl),
      });
const account = await signerToEcdsaKernelSmartAccount(client, {
      entryPoint: ENTRYPOINT_ADDRESS_V06,
      signer,
    });

cstoneham avatar Jun 06 '24 16:06 cstoneham

would also be great to have a simple test suite for each chain to just make sure the address exists everywhere

cstoneham avatar Jun 06 '24 16:06 cstoneham

need this working as well

dqian avatar Jun 06 '24 17:06 dqian

Kernel is unfortunately not deployed on blast, will open this again once it is deployed by Zerodev team.

plusminushalf avatar Oct 09 '24 15:10 plusminushalf