Skip to content

Commit

Permalink
release: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Santoro committed Apr 21, 2022
1 parent 9737d6e commit ebd3372
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol-configuration/collateralizationOracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const collateralizationAddresses = {
'rariPool72FeiPCVDepositWrapper',
'rariPool128FeiPCVDepositWrapper',
'rariPool22FeiPCVDepositWrapper',
'feiBuybackLensNoFee'
'feiBuybackLensNoFee',
'convexPoolPCVDepositWrapper',
'compoundPCVDepositWrapper'
],
lusd: [
'liquityFusePoolLusdPCVDeposit',
Expand Down
10 changes: 10 additions & 0 deletions protocol-configuration/mainnetAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,16 @@ const MainnetAddresses: MainnetAddresses = {
artifactName: 'RariGovernanceTokenUniswapDistributor',
address: '0x1fa69a416bcf8572577d3949b742fbb0a9cd98c7',
category: AddressCategory.Governance
},
convexPoolPCVDepositWrapper: {
artifactName: 'PCVDepositWrapper',
address: '0x1370CA8655C255948d6c6110066d78680601B7c2',
category: AddressCategory.PCV
},
compoundPCVDepositWrapper: {
artifactName: 'PCVDepositWrapper',
address: '0xB80B3dc4F8B30589477b2bA0e4EF2b8224bDf0a5',
category: AddressCategory.PCV
}
};

Expand Down

0 comments on commit ebd3372

Please sign in to comment.