Open shukr-acharya opened 11 months ago
You need to tell your node operator to open up CORS. There is no way I am aware off to disable all CORS checks client-side. I doubt this would be possible in browsers.
would it be possible to do it by using proxy?
yes
The RPC url passed here is throwing CORS error how can I use the RPC url?
const signerClient = await SigningStargateClient.connectWithSigner(rpcUrl, signer, { broadcastPollIntervalMs: 300, });