Skip to content

Commit

Permalink
fix: remove redundant artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Jan 4, 2024
1 parent 9cdaf75 commit 162a45f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/npm/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// core
//// dao
import * as DAO from '../artifacts/src/core/dao/DAO.sol/DAO.json';
import * as PermissionLib from '../artifacts/src/core/permission/PermissionLib.sol/PermissionLib.json';
//// Permission
import * as PermissionManager from '../artifacts/src/core/permission/PermissionManager.sol/PermissionManager.json';
// framework
Expand Down Expand Up @@ -40,7 +39,6 @@ import * as GovernanceWrappedERC20 from '../artifacts/src/token/ERC20/governance
export default {
DAO,
PermissionManager,
PermissionLib,

DAOFactory,
DAORegistry,
Expand Down

0 comments on commit 162a45f

Please sign in to comment.