Using moralis speedy node in react native

I’m using moralis speedy node in my react native app by setting the attribute speedyNodeApiKey in the Moralis instance, but this warning showed up:

Moralis: Using speedyNodeApiKey on the browser enviroment is not recommended, as it is publicly visible.

I’m using my own private/public key system and I just want to pass the privateKey param to enableWeb3 and call transfer. Should I still use speedyNodeApiKey or use others rpcTarget such as Infura ?

you should use another RPC url mainly because we will retire speedy nodes soon

1 Like