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
similar to #14 but for cases when contracts are already deployed and stored in deployments/ directory.
IF there is existing deployment for contract artefact stored in /deployments/<network> directory:
Deploy the implementation contract & verify it
Create DAO proposal (DAO_ADDRESS env variable) to execute an upgrade transaction using new implementation address and initialization parameters defined in upgrade script (use aragon sdk for that)
The text was updated successfully, but these errors were encountered:
similar to #14 but for cases when contracts are already deployed and stored in
deployments/
directory.IF there is existing deployment for contract artefact stored in
/deployments/<network>
directory:DAO_ADDRESS
env variable) to execute an upgrade transaction using new implementation address and initialization parameters defined in upgrade script (use aragon sdk for that)The text was updated successfully, but these errors were encountered: