Skip to content
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

Bug: ignore contracts with undefined storage #11

Open
wiasliaw opened this issue Jan 22, 2022 · 1 comment
Open

Bug: ignore contracts with undefined storage #11

wiasliaw opened this issue Jan 22, 2022 · 1 comment

Comments

@wiasliaw
Copy link

Because that proxy contract doesn't have any storage layout, it will throw error due to undefined.
Check the value of <ContractName>.export, it should not be undefined.

@sebastiantf
Copy link

sebastiantf commented Aug 4, 2022

getting something similar:

TypeError: Cannot read properties of undefined (reading 'storage')
    at Proxy.export (<path>/node_modules/hardhat-storage-layout/src/storageLayout.ts:51:39)

Edit: nvm. I hadn't compiled after adding the plugin

@0x3bfc 0x3bfc changed the title Bug Report Bug: ignore contracts with undefined storage Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants