Skip to content

Commit

Permalink
fix: remove the tokenVoting upgrade and add additional context to the…
Browse files Browse the repository at this point in the history
… upgrade repo file
  • Loading branch information
jordaniza committed Mar 7, 2024
1 parent 54aa7c0 commit 9f39cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 123 deletions.
5 changes: 5 additions & 0 deletions packages/contracts/deploy/30_upgrade_repo/31_upgrade_repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import path from 'path';

type SemVer = [number, number, number];

/**
* This function pushes an upgrade to the plugin repo. It does not upgrade the actual plugin - this requires
* DAOs installing said plugin to upgrade the plugin themselves. In Aragon's case, this requires the management
* DAO to create a proposal to upgrade the plugin.
*/
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const [deployer] = await hre.ethers.getSigners();
const productionNetworkName: string = getProductionNetworkName(hre);
Expand Down
123 changes: 0 additions & 123 deletions packages/contracts/deploy/30_upgrade_repo/41_TokenVoting_Plugin.ts

This file was deleted.

0 comments on commit 9f39cad

Please sign in to comment.