Skip to content

Commit

Permalink
feat: add missing PCV deposit wrapper addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-waite committed Apr 16, 2022
1 parent 0095e26 commit cce2d69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion protocol-configuration/collateralizationOracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const collateralizationAddresses = {
'rariPool72FeiPCVDepositWrapper',
'rariPool128FeiPCVDepositWrapper',
'rariPool22FeiPCVDepositWrapper',
'feiBuybackLensNoFee'
'feiBuybackLensNoFee',
'convexPoolPCVDepositWrapper',
'compoundPCVDepositWrapper',
'turboFusePCVDeposit'
],
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 @@ -1865,6 +1865,16 @@ const MainnetAddresses: MainnetAddresses = {
artifactName: 'unknown',
address: '0x18413D61b335D2F46235E9E1256Fd5ec8AD03757',
category: AddressCategory.Turbo
},
convexPoolPCVDepositWrapper: {
artifactName: 'PCVDepositWrapper',
address: '0x1370CA8655C255948d6c6110066d78680601B7c2',
category: AddressCategory.PCV
},
compoundPCVDepositWrapper: {
artifactName: 'PCVDepositWrapper',
address: '0xB80B3dc4F8B30589477b2bA0e4EF2b8224bDf0a5',
category: AddressCategory.PCV
}
};

Expand Down

0 comments on commit cce2d69

Please sign in to comment.