Every other web3 provider provides a simple URL to use with your web3 client of choice. Moralis, on the other hand, introduces its dependencies, which I don’t want, and makes it difficult to understand which URL + authentication combination to use.
await Moralis.enableWeb3();
const web3Js = new Web3(Moralis.provider);
Can someone tell me how to get the naked provider URL and, if applicable, how to authenticate with it?