Skip to content

Commit

Permalink
update protocol config to match unexecuted proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
eswak committed Jun 10, 2022
1 parent fa452fc commit b20309f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 266 deletions.
5 changes: 2 additions & 3 deletions protocol-configuration/collateralizationOracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const collateralizationAddresses: CollateralizationAddressType = {
'turboFusePCVDeposit'
],
lusd: ['rariPool7LusdPCVDeposit', 'bammDeposit', 'lusdPSM'],
dai: ['compoundDaiPCVDepositWrapper', 'daiFixedPricePSM', 'dpiToDaiLensDai', 'ethToDaiLensDai'],
dai: ['compoundDaiPCVDepositWrapper', 'daiFixedPricePSM', 'dpiToDaiLensDai'],
usd: ['namedStaticPCVDepositWrapper', 'd3poolCurvePCVDeposit', 'd3poolConvexPCVDeposit'],
bal: ['balancerDepositBalWeth', 'balancerLensVeBalBal', 'balancerGaugeStaker'],
weth: [
Expand All @@ -26,8 +26,7 @@ const collateralizationAddresses: CollateralizationAddressType = {
'wethDepositWrapper',
'balancerDepositFeiWeth',
'balancerLensBpt30Fei70Weth',
'balancerLensVeBalWeth',
'ethToDaiLensEth'
'balancerLensVeBalWeth'
],
dpi: ['dpiToDaiLensDpi'],
rai: ['raiPriceBoundPSM'],
Expand Down
4 changes: 2 additions & 2 deletions protocol-configuration/mainnetAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ const MainnetContractsConfig: MainnetContractsConfig = {
ethToDaiLensDai: {
artifactName: 'BPTLens',
address: '0xdF9Ff5c077d9F3427ade67AC2d27a864Be6F3187',
category: AddressCategory.PCV
category: AddressCategory.TBD
},
ethToDaiLensEth: {
artifactName: 'BPTLens',
address: '0xf24401F6992FaEAcbc5d6C6991db15B5F8364A1B',
category: AddressCategory.PCV
category: AddressCategory.TBD
},
ethToDaiLBPPool: {
artifactName: 'IWeightedPool',
Expand Down
121 changes: 0 additions & 121 deletions test/integration/tests/fip-38-tokemak.ts

This file was deleted.

140 changes: 0 additions & 140 deletions test/integration/tests/tribeIncentivesEnd.ts

This file was deleted.

0 comments on commit b20309f

Please sign in to comment.