Email Login: Error while interacting with our registered chain, description\":\"We don't support the chainId you provided #3745
Unanswered
sherrys808
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reown Packages Version:
"@reown/appkit": "^1.5.3", "@reown/appkit-adapter-wagmi": "^1.5.3",
We are trying to enable the social and email login feature. In order to use it with our chain the chain details have been added on both;
as mentioned in the docs here: https://docs.reown.com/appkit/authentication/socials#supported-chains
These are the logs visible in my console while interacting with our deployed smart contracts.
Details: Magic RPC Error: [-32603] server response 400 (request={ }, response={ }, error=null, info={ "requestUrl": "https://rpc.walletconnect.org/v1/?chainId=eip155:153&projectId=f2d9d63…", "responseBody": "{\"status\":\"FAILED\",\"reasons\":[{\"field\":\"chainId\",\"description\":\"We don't support the chainId you provided: eip155:153. See the list of supported chains here: https://docs.walletconnect.com/cloud/blockchain-api#supported-chains\"}]}", "responseStatus": "400 " }, code=SERVER_ERROR, version=6.13.1) Version: [email protected] at getContractError (getContractError.js:34:12) at writeContract (writeContract.js:88:98) at async writeContract (writeContract.js:24:18) Caused by: TransactionExecutionError: An unknown RPC error occurred.
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions