File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ const collateralizationAddresses = {
1515 'rariPool72FeiPCVDepositWrapper' ,
1616 'rariPool128FeiPCVDepositWrapper' ,
1717 'rariPool22FeiPCVDepositWrapper' ,
18- 'feiBuybackLensNoFee'
18+ 'feiBuybackLensNoFee' ,
19+ 'convexPoolPCVDepositWrapper' ,
20+ 'compoundPCVDepositWrapper'
1921 ] ,
2022 lusd : [
2123 'liquityFusePoolLusdPCVDeposit' ,
Original file line number Diff line number Diff line change @@ -1855,6 +1855,16 @@ const MainnetAddresses: MainnetAddresses = {
18551855 artifactName : 'RariGovernanceTokenUniswapDistributor' ,
18561856 address : '0x1fa69a416bcf8572577d3949b742fbb0a9cd98c7' ,
18571857 category : AddressCategory . Governance
1858+ } ,
1859+ convexPoolPCVDepositWrapper : {
1860+ artifactName : 'PCVDepositWrapper' ,
1861+ address : '0x1370CA8655C255948d6c6110066d78680601B7c2' ,
1862+ category : AddressCategory . PCV
1863+ } ,
1864+ compoundPCVDepositWrapper : {
1865+ artifactName : 'PCVDepositWrapper' ,
1866+ address : '0xB80B3dc4F8B30589477b2bA0e4EF2b8224bDf0a5' ,
1867+ category : AddressCategory . PCV
18581868 }
18591869} ;
18601870
You can’t perform that action at this time.
0 commit comments