Skip to content

Commit ebd3372

Browse files
author
Joey Santoro
committed
release: fix e2e
1 parent 9737d6e commit ebd3372

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

protocol-configuration/collateralizationOracle.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

protocol-configuration/mainnetAddresses.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)