Moralis.transfer doesn't return receipt WalletConnect [SOLVED]

Just tested with standard web3 initialized by WC:

 web3.eth
      .sendTransaction({
        from: "xxxx",
        to: "xxxx",
        value: "100000000",
      })
      .then((receipt) => {
        console.log(receipt); //doesn't return abything
      });

So yes, this is just the way how WC works. Callback events are :rocket:

You are welcome!
Happy BUIDLing :man_mechanic: