How and from where i can rpc url for walletconnect:
const provider = new WalletConnectProvider({
rpc: {
1: “my-url”,
},
});
Thank you
How and from where i can rpc url for walletconnect:
const provider = new WalletConnectProvider({
rpc: {
1: “my-url”,
},
});
Thank you
Hello, can you give more context?
you want to get a RPC url from somewhere?
I’m using firebase moralis extension integration in next js. for walletconnect authentication i need to paste in rpc url walletconnectProvider. I don’t know where i can get rpc url or you suggest me from where i can this rpc url?
Thank you
You can try with a public RPC url initially to see if it works. We don’t provide RPC urls any more, we had speedy nodes in the past.
It doesn’t work if you don’t provide a RPC url there?
can you please give me a public rpc url?
I’ll be thankful to you!
for what chain you need a RPC url?
I need RPC url for eth for walletconnect
You can try some RPC url from this list:
https://chainlist.org/chain/1
Alternatively, you can get an RPC url from our node partner https://moralis.io/largenodes
This is private RPC node so it is more performant and reliable compare to public RPC nodes that are used by many people for free with relatively slow performance.
If you have any other questions, let me know. Otherwise, I will be closing this post~
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.