@mentaproject/core 0.5.11 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5953,7 +5953,6 @@ async function createMentaAccount(coreClient, params) {
5953
5953
  });
5954
5954
  return createSmartAccountClient({
5955
5955
  account: kernel,
5956
- chain: params.chain,
5957
5956
  bundlerTransport: params.bundlerTransport,
5958
5957
  }).extend(erc7579Actions());
5959
5958
  }