Skip to content

Commit

Permalink
release: clean proposals config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Santoro committed Apr 21, 2022
1 parent 1af682e commit 9737d6e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/integration/proposals_config.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
import { ProposalCategory, ProposalsConfigMap } from '@custom-types/types';

import fip_94 from '@proposals/description/fip_94';

const proposals: ProposalsConfigMap = {
fip_94: {
deploy: false,
proposalId: null,
affectedContractSignoff: ['rariTimelock'],
deprecatedContractSignoff: [],
category: ProposalCategory.DAO,
totalValue: 0,
proposal: fip_94
}
};
const proposals: ProposalsConfigMap = {};

export default proposals;

0 comments on commit 9737d6e

Please sign in to comment.