ethereum-studio
ethereum-studio copied to clipboard
Invalid dappfile.json in CryptoPizza template
Environment/Browser
Live
Description
Inside dappfile.json
of CryptoPizza template, there are missing contracts from node_modules folder. The file in editor/templates/CryptoPizzas/dappfile.json
should be updated to contain all contracts.
Steps to reproduce
- Create CryptoPizza project
- Check dappfile.json and it contains only CryptoPizza.sol contract and other contracts from
node_modules
folder are missing
Expected result
Dappfile should contain all contract files from explorer
Actual result
Not all contracts are defined and it's not possible to open configuration modal for those which aren't there.
Reproducible
100%
Based on previous implementations, files added by Import File action are expected to get added to dappfile.json
as soon as the Import button is pressed regardless of the import destination directory.