[SOLVED] Wallet Connect JSON RPC Issue

Does anyone know how to make custom RPC URL for using wallet connect to avoid the ā€œPolling Blockerā€ error.

you could try to edit the RPC url directly in code if you want, after it was build/installed in node modules folder for example

or you could try to build the sdk after you modify it (this may be more complicated than editing directly after build/install)

Yes that I understood, but I donā€™t know how to have my own RPC URL that I can replace with current Moralis RPC URLs.

you donā€™t know where from to get another RPC url to put there?
you can use any RPC url specific to that chain there, a public one or one that you get from some other service

1 Like