You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting an emulator with or without evm has some differences. If you start an emulator with evm it creates an account to hold evm storage. That means that the first contract created is not the same as it has always been.
Instructions
Issue To Be Solved
Starting an emulator with or without evm has some differences. If you start an emulator with evm it creates an account to hold evm storage. That means that the first contract created is not the same as it has always been.
@turbolent asked me to create an issue https://discord.com/channels/613813861610684416/1214194471479017523/1214261603734921237
(Optional): Suggest A Solution
Remove the --enable-evm flag and make it the default option.
The text was updated successfully, but these errors were encountered: