Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Santoro committed Jan 14, 2022
1 parent 4b18707 commit 0c6e147
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
15 changes: 15 additions & 0 deletions protocol-configuration/mainnetAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,21 @@ const MainnetAddresses: MainnetAddresses = {
address: '0x210300C158f95E1342fD008aE417ef68311c49C2',
category: AddressCategory.Peg
},
lusdPSM: {
artifactName: 'MintRedeemPausePSM',
address: '0xb0e731F036AdfDeC12da77c15aaB0F90E8e45A0e',
category: AddressCategory.Peg
},
lusdPSMFeiSkimmer: {
artifactName: 'FeiSkimmer',
address: '0xFc29429D8c8D80320C4AB454131f741F56239c2b',
category: AddressCategory.Peg
},
lusdPCVDripController: {
artifactName: 'PCVDripController',
address: '0x59fA1bB4fBd7fcB055476645F228f13ac14754a8',
category: AddressCategory.Peg
},
ethPSM: {
artifactName: 'MintRedeemPausePSM',
address: '0x98E5F5706897074a4664DD3a32eB80242d6E694B',
Expand Down
11 changes: 9 additions & 2 deletions test/integration/proposals_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,16 @@ const proposals: ProposalsConfigMap = {
proposal: fip_60b
},
fip_63: {
deploy: true,
deploy: false,
proposalId: undefined,
affectedContractSignoff: ['lusdPSM', 'lusdPCVDripController', 'collateralizationOracle', 'core', 'pcvGuardian'],
affectedContractSignoff: [
'lusdPSM',
'lusdPCVDripController',
'lusdPSMFeiSkimmer',
'collateralizationOracle',
'core',
'pcvGuardian'
],
deprecatedContractSignoff: [],
category: ProposalCategory.DAO,
totalValue: 0,
Expand Down

0 comments on commit 0c6e147

Please sign in to comment.