The way our system works we need to support multiple blockchains and be able to switch between them, for this the v3 way of doing the connection with Alchemy was connecting the Web3Auth signer and then connecting to the Modular accounts from account kit
Our ideal implementation would be to replace the Web3Auth signer with the Alchemy signer.
Following the documentation we are trying to use the account-kit/infra instead of the react integration and hooks to connect.
I create the alchemy web signer and try to prepare the popup.
But I get the error “No org ID provided” from AlchemySignerWebClient
Once that gets resolved I'd plan to authenticate with a light account or modular account, but this block of code never gets to execute because of the error from the websigner.
The way our system works we need to support multiple blockchains and be able to switch between them, for this the v3 way of doing the connection with Alchemy was connecting the Web3Auth signer and then connecting to the Modular accounts from account kit
Our ideal implementation would be to replace the Web3Auth signer with the Alchemy signer.
Following the documentation we are trying to use the account-kit/infra instead of the react integration and hooks to connect.
I create the alchemy web signer and try to prepare the popup.
But I get the error “No org ID provided” from AlchemySignerWebClient
Once that gets resolved I'd plan to authenticate with a light account or modular account, but this block of code never gets to execute because of the error from the websigner.