Custom Blockchain RPC endpoint #3758
Unanswered
cod3d
asked this question in
Developer Support
Replies: 1 comment 1 reply
-
It seems I must rebuild the web3modal project with my own urls :0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a concern regarding the RPC configuration with Web3Modal and WalletConnect. In my application, I provided a custom configuration for my RPC, as shown below:
https://pastebin.com/ziUjqZbA (I cannot format code here)
However, even with this configuration, it seems that Web3Modal still defaults to using https://rpc.walletconnect.com/v1 for WalletConnect. There's no mention of this URL in my configuration. Why does Web3Modal continue to use this endpoint? How can I ensure my custom RPC is utilized? For example this https://github.com/WalletConnect/blockchain-api
Beta Was this translation helpful? Give feedback.
All reactions