Hello,
After the WalletConnect v1 was closed I updated the project with the code update in your https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/tree/main/demos/walletconnect-v2
link. However, after this code, when I want to communicate with any SmartContract
using fetch
code from useWeb3ExecuteFunction
in react-moralis
library, I constantly get the following error;
Access to XMLHttpRequest at 'https://speedy-nodes-nyc.moralis.io/WalletConnect/bsc/mainnet' from origin 'https://app.intelly.tech' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Iāve read other posts on the forum, but havenāt been able to find the right solution. Can you help me?
Note: My projectās database is still on Moralis and Iām still using moralis-v1
.