-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error when open "Developer -> Contracts" tab with polkadot-v1.0.0 based chain #9901
Comments
Same error: |
We're able to find a work around or the reason for this issue? We're having it as well :/ |
I replaced |
Thanks for sharing!! Would you mind opening a PR with that? |
Try with the latest changes from |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
I'm submitting a ...
What is the current behavior and expected behavior?
Currently, when I tried to open "Developer -> Contracts" tab I have this error:
Please tell us about your environment:
Version: n/a
Environment: Docker
Language:
Additional comments:
The error happens due to this line:
apps/packages/page-contracts/src/Contracts/Summary.tsx
Line 33 in 6ca0731
CodeStorage
was deleted fromcontracts
in this commit:paritytech/substrate@ffbc02f
Replace
codeStorage
withpristineCode
The text was updated successfully, but these errors were encountered: