You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example of Reading without a browser wallet, we set readOnlyChainId to Mainnet.chainId to read the data on Mainnet without activation required. How if I have a button to switch to Goerli? Is there a way to allow setting the readOnlyChainId property programmatically in this case to read the data on Goerli testnet without activation required?
The text was updated successfully, but these errors were encountered:
Describe
In the example of Reading without a browser wallet, we set
readOnlyChainId
toMainnet.chainId
to read the data on Mainnet without activation required. How if I have a button to switch toGoerli
? Is there a way to allow setting thereadOnlyChainId
property programmatically in this case to read the data on Goerli testnet without activation required?The text was updated successfully, but these errors were encountered: