This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Fetching offchain storage value returns different value than the value fetched using localStorageGet function #14413
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
I need to get the rpc_url value set initially from the explorer. The localStorageGet rpc function returns the correct value of the rpc_url.
This returns
https://eth-mainnet.g.alchemy.com/v2/MY_API_KEY
But while fetching the rpc_url through the storage call like this:
This returns
endpoint = ttps://eth-mainnet.g.alche
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: