Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
Rekard0 and heueristik authored Jun 15, 2023
1 parent ed7955f commit 2b8d1e6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/contracts/npm/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ import * as DAOFactory from '../artifacts/src/framework/dao/DAOFactory.sol/DAOFa
import * as DAORegistry from '../artifacts/src/framework/dao/DAORegistry.sol/DAORegistry.json';
import * as TokenFactory from '../artifacts/src/framework/utils/TokenFactory.sol/TokenFactory.json';

//// plugin
///// repo
//// Plugin
///// Repo
import * as PluginRepo from '../artifacts/src/framework/plugin/repo/PluginRepo.sol/PluginRepo.json';
import * as PluginRepoFactory from '../artifacts/src/framework/plugin/repo/PluginRepoFactory.sol/PluginRepoFactory.json';
import * as PluginRepoRegistry from '../artifacts/src/framework/plugin/repo/PluginRepoRegistry.sol/PluginRepoRegistry.json';

///// setup
///// Setup
import * as PluginSetupProcessor from '../artifacts/src/framework/plugin/setup/PluginSetupProcessor.sol/PluginSetupProcessor.json';

// plugins
//// governance
////// admin
// Plugins
//// Governance
////// Admin
import * as Admin from '../artifacts/src/plugins/governance/admin/Admin.sol/Admin.json';
import * as AdminSetup from '../artifacts/src/plugins/governance/admin/AdminSetup.sol/AdminSetup.json';

////// majority-voting
//////// addresslist
////// MajorityVoting
//////// AddresslistVoting
import * as AddresslistVoting from '../artifacts/src/plugins/governance/majority-voting/addresslist/AddresslistVoting.sol/AddresslistVoting.json';
import * as AddresslistVotingSetup from '../artifacts/src/plugins/governance/majority-voting/addresslist/AddresslistVotingSetup.sol/AddresslistVotingSetup.json';

Expand All @@ -42,13 +42,13 @@ import * as TokenVotingSetup from '../artifacts/src/plugins/governance/majority-
import * as Multisig from '../artifacts/src/plugins/governance/multisig/Multisig.sol/Multisig.json';
import * as MultisigSetup from '../artifacts/src/plugins/governance/multisig/MultisigSetup.sol/MultisigSetup.json';

//// token
//// Token Creation
import * as MerkleMinter from '../artifacts/src/plugins/token/MerkleMinter.sol/MerkleMinter.json';
import * as MerkleDistributor from '../artifacts/src/plugins/token/MerkleDistributor.sol/MerkleDistributor.json';

// token
// Token
//// ERC20
////// governance
////// Governance
import * as GovernanceERC20 from '../artifacts/src/token/ERC20/governance/GovernanceERC20.sol/GovernanceERC20.json';
import * as GovernanceWrappedERC20 from '../artifacts/src/token/ERC20/governance/GovernanceWrappedERC20.sol/GovernanceWrappedERC20.json';

Expand Down

0 comments on commit 2b8d1e6

Please sign in to comment.