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
Currently, the tests are referring to deposit.sol, but they should start using the latest version of the upgradeable deposit contract . No need to deploy an upgradeable proxy, just deploy deposit_v2.sol and populate its storage with the values that are set in the initializer.
The text was updated successfully, but these errors were encountered:
DrZoltanFazekas
changed the title
Import the latest version of the upgradeable deposit contract
Adjust the tests to use the latest version of the upgradeable deposit contract
Dec 4, 2024
Currently, the tests are referring to
deposit.sol
, but they should start using the latest version of the upgradeable deposit contract . No need to deploy an upgradeable proxy, just deploydeposit_v2.sol
and populate its storage with the values that are set in the initializer.The text was updated successfully, but these errors were encountered: