-
Hi, We've been using blockscout for a while on a small private chain to provide an easily auditable registry built on geth. In the new frontend, the "Read contract" tab is hidden unless a token from walletconnect is setup. Would it be possible to enable the "Read contract" tab without such integration? Seeing that it actually works fine and do provide a useful interface to query the blockchain. Maybe some special hard coded value that would bypass this integration, or a flag to just display the "Read contract" tab without showing the "connect wallet" option that is useless there. From a privacy perspective, initiating connection to some third party from an end-user browser for absolutely no reason is hard to justify, especially if the feature actually works without it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you provide a more detailed picture of your problem? |
Beta Was this translation helpful? Give feedback.
-
Of course. We use blockscout on a private ethereum chain (using geth) with a few SmartContract. These are fully verified on blockscout, and anyone opening their page can check the source code. What I'm looking for is a way to actually have the "Read contract" tab as visible on the public ethereum blockscout explorer: However, the only solution I found was to register on a third party service (walletconnect). Requiring a third party service at this point is not needed, as read operations do not require a wallet at all. In addition, potentially triggering request from end-user browsers toward this third party is not desirable since it is not needed; read operations works perfectly fine without a wallet connected (I tested that by putting a bogus key in So my question is, is there a way to get the frontend to properly display the "Read contract" tab without adding that project key? |
Beta Was this translation helpful? Give feedback.
@CleyFaye thanks for raising this issue. We are going to fix it in the next release or so - blockscout/frontend#1313