You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Web3Auth to log users in and create a unique principal for interacting with an IC (Internet Computer) canister. We haven't found use for the chainConfig and being required to provide it is a bit confusing. See the following code we have:
We are using Web3Auth to log users in and create a unique principal for interacting with an IC (Internet Computer) canister. We haven't found use for the
chainConfig
and being required to provide it is a bit confusing. See the following code we have:We can actually set
chainId
andrpcTarget
to bogus data and it does not appear to cause issues during login.Maybe we are using web3auth wrong or there is a better way to configure we don't know about? Happy to receive guidance here if we are off base.
Thanks in advance 🙏
The text was updated successfully, but these errors were encountered: