etherspot/etherspot-prime-sdk

Unsupported network error when initializing custom chain in Prime SDK [BUG]

Closed this issue · 1 comments

0xAnto commented

Describe the bug

I am encountering an "Unsupported network" error when attempting to initialize a custom chain using the Prime SDK. This issue seems to occur during the initialization process with the provided configuration.

Expected behavior

I expected the Prime SDK to successfully initialize the custom chain with the provided parameters, connecting to the specified network without encountering an "Unsupported network" error.

Steps to reproduce

  1. Initialize the Prime SDK with the following configuration:
   { privateKey: process.env.WALLET_PRIVATE_KEY },
   {
      chainId: 49088,
      projectKey: 'public-prime-testnet-key',
      entryPointAddress: '0x793949275B35D3E394f5C218DC88ae6C7D04a252',
      bundlerRpcUrl: 'https://bifrost-testnet-bundler.kanalabs.io/',
      factoryWallet: Factory.ETHERSPOT,
      walletFactoryAddress: '0x91037ED7B25d72F61B80D4376C0E66680997Ce5E',
   },
);
  1. Observe the "Unsupported network" error during initialization.

Additional context

code

image

error

image

Operating system

Windows

Prime SDK version or commit hash

v1.3.12

Thanks for reporting @0xAnto . We should have a fix ready for this shortly.