When run node giving error for alchemy and infura RPC?

error: invalid value ‘{sepolia.infura.io/v3/{62a153cf13f948xxxxxxxxx}’ for ‘–relayer <ETH_CLIENT>’: relative URL without a base

How can i fix this ?

Hi @huntermonkeyy! I wanted to point out a small detail regarding the endpoint URL. It should be formatted without the curly braces, as they are not part of a valid URL. Here’s the correct format:

https://sepolia.infura.io/v3/62a153cf13f948xxxxxxxxx

In this URL, https://sepolia.infura.io/v3/ is the base path for accessing the Infura API on the Sepolia network, and 62a153cf13f948xxxxxxxxx should be your unique project ID. Let me know if you need any more help with this!

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.