If I call some function like this:
const message = await Moralis.executeFunction(options)
Does Moralis have its own node providers, or do you use a node provider behind the scenes?
If I call some function like this:
const message = await Moralis.executeFunction(options)
Does Moralis have its own node providers, or do you use a node provider behind the scenes?
If you do that then it will use the node url that is set in MetaMask if MetaMask is used for example.