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
Make Controller.sol updateable as well as Wallet.sol (already implemented)
To migrate the existing wallets to the new contract (under current setup), simply initialise the new Controller.sol with the list of wallets extant on the old contract, and transferOwnership of each wallet to the new contract (everything else should work the same, except past logs will be gone).
From then on, make it a proxy with an implementation contract etc.
The text was updated successfully, but these errors were encountered:
Make Controller.sol updateable as well as Wallet.sol (already implemented)
To migrate the existing wallets to the new contract (under current setup), simply initialise the new Controller.sol with the list of wallets extant on the old contract, and transferOwnership of each wallet to the new contract (everything else should work the same, except past logs will be gone).
From then on, make it a proxy with an implementation contract etc.
The text was updated successfully, but these errors were encountered: