-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read/write contract buttons are all disabled #385
Comments
Hey, |
I'm having troubles reproducing it though. Do you think you could record a quick video of this, please? Or describe all the steps you are taking? |
Company is a little too strict for sharing screenshots but I'm gonna try. On the meanwhile, I suspect the issue is due to a different chainId... Our testing network uses chainId 1337, but it seems Ethernal wants it to be 5777. I'm not sure if I searched enough or not, but I'd say there's no way to specify a different one? So I get this error on the top of the contract function calls page:
The "Click here" does nothing, but it shows the error I posted on the original message in the console. |
Ah yes, chainId might be the issue! Unfortunately there is no way to update it in the UI yet. Can you come in the discord channel, so we can talk privately, and I'll be able to update your account? |
I'm facing an issue that, on a Ganache network, chainId 1337, with Metamask set up to use Ganache as well, when I upload the ABI of a deployed contract, the buttons show all disabled.
Not sure if it is related but the only weird thing I see on the console is:
However, if I run this on the console to enable all buttons:
Then they all work well, getting the right response from the blockchain...
The text was updated successfully, but these errors were encountered: