Skip to content

Commit a4ddd8e

Browse files
committed
remove proposals that already executed from proposalsConfig
1 parent ed76159 commit a4ddd8e

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

protocol-configuration/proposalsConfig.ts

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ const proposals: TemplatedProposalsConfigMap = {
1818
'ratioPCVControllerV2'*/
1919
],
2020
deprecatedContractSignoff: [],
21-
category: ProposalCategory.DAO
22-
},
23-
eth_lbp: {
24-
deploy: false, // deploy flag for whether to run deploy action during e2e tests or use mainnet state
25-
totalValue: 0, // amount of ETH to send to DAO execution
26-
proposal: eth_lbp, // full proposal file, imported from '@proposals/description/fip_xx.ts'
27-
proposalId: '',
28-
affectedContractSignoff: [],
29-
deprecatedContractSignoff: [],
30-
category: ProposalCategory.TC
21+
category: ProposalCategory.DEBUG
3122
},
3223
repay_fuse_bad_debt: {
3324
deploy: false, // deploy flag for whether to run deploy action during e2e tests or use mainnet state
@@ -37,24 +28,6 @@ const proposals: TemplatedProposalsConfigMap = {
3728
affectedContractSignoff: ['core', 'fuseFixer', 'pcvGuardianNew'],
3829
deprecatedContractSignoff: [],
3930
category: ProposalCategory.TC
40-
},
41-
clawback: {
42-
deploy: false, // deploy flag for whether to run deploy action during e2e tests or use mainnet state
43-
totalValue: 0, // amount of ETH to send to DAO execution
44-
proposal: clawback, // full proposal file, imported from '@proposals/description/fip_xx.ts'
45-
proposalId: '',
46-
affectedContractSignoff: [],
47-
deprecatedContractSignoff: [],
48-
category: ProposalCategory.DAO
49-
},
50-
tokemak_withdraw: {
51-
deploy: false, // deploy flag for whether to run deploy action during e2e tests or use mainnet state
52-
totalValue: 0, // amount of ETH to send to DAO execution
53-
proposal: tokemak_withdraw, // full proposal file, imported from '@proposals/description/fip_xx.ts'
54-
proposalId: '',
55-
affectedContractSignoff: ['ethTokemakPCVDeposit'],
56-
deprecatedContractSignoff: [],
57-
category: ProposalCategory.TC
5831
}
5932
};
6033

0 commit comments

Comments
 (0)