Skip to content

Commit

Permalink
style(contracts): applies proper prettier styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Jan 10, 2024
1 parent 0f725d3 commit b654063
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/contracts/npm/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import activeContracts from '../../../active_contracts.json';

export const activeContractsList = activeContracts;

// JSON artifacts of the contracts
// core
//// dao
Expand Down Expand Up @@ -41,6 +38,8 @@ import * as MultisigSetup from '../artifacts/src/plugins/governance/multisig/Mul
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';

export const activeContractsList = activeContracts;

export default {
DAO,
PermissionManager,
Expand Down

0 comments on commit b654063

Please sign in to comment.