I'm following the "Integrating Ether wallet functionality" tutorial, specifically the "Define the ABIs" section.
Upon executing the ./generate_abis.sh command, an error occurred, indicating that a file could not be found:
Compiling node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol...
Error reading node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol: Error: ENOENT: no such file or directory, open 'node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol'
This error persisted even after successfully installing the @cartesi/rollups module with yarn add -D @cartesi/rollups.
I suspect the node_modules/@cartesi/rollups directory structure has been updated, as the specified path for CartesiDApp.sol appears to be incorrect or outdated in the tutorial.
Please consider updating the tutorial. Thank you.