[SOLVED] Authentication using sepolia chain

Hi, I cloned the following project to host my site on my own backend: https://github.com/MoralisWeb3/Moralis-JS-SDK/tree/main/demos/parse-server-migration; I am using this function for “Moralis.Auth.requestMessage” authentication but sepolia is not within the chains supported by this function, any solution?
Packages:
moralis -> 2.7.0
@moralisweb3/core -> 2.7.0
@moralisweb3/parse-server -> 2.7.0

When I call the method from the client:

You can use eth as the chain, it will work the same

1 Like

Thanks, that worked for me

1 Like