Archived Content from Web3Auth Community
This topic was originally posted by githubdiscussions on 2/24/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
Hello, we have the following implementation
w3auth = new Web3AuthCore({
clientId: web3AuthClientId ,
chainConfig: {
chainNamespace: CHAIN_NAMESPACES.SOLANA,
chainId: 0x1
}
})
but the provider is responding errored, what could be the reasons? in devnet (0x3) it works perfectly (with the same implementation) and in Mainnet (0x1) it is not working
Originally posted by: soydulceangelina
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1373
